HomePhabricator

Use asynchronous I/O to handle RPC requests
914dc01222c5Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Use asynchronous I/O to handle RPC requests

This allows more flexibility in the RPC code, e.g. making it easier to
handle multiple simultaneous connections later on.

Currently asynchronous I/O is only used to listen for and accept
incoming connections. Asynchronous reading/writing is more involved.

Signed-off-by: Giel van Schijndel <me@mortis.eu>

Details

Provenance
Giel van Schijndel <me@mortis.eu>Authored on Aug 10 2011, 11:53
deadalnixPushed on May 14 2017, 22:04
Parents
rABC6b8a17119e30: Lots more Script unit test cases.
Branches
Unknown
Tags
Unknown

Event Timeline

Giel van Schijndel <me@mortis.eu> committed rABC914dc01222c5: Use asynchronous I/O to handle RPC requests (authored by Giel van Schijndel <me@mortis.eu>).May 25 2012, 05:27