On 01/26/2015 06:32 AM, Norah Jones wrote:
> Now my problem is the HTTP request which to be sent must go through
> AF_UNIX socket.
The Python Twisted framework may be of use to you. It's got a very
steep learning curve, but it's fairly easy to change the underlying byte
transport for any protoco
Norah Jones :
> But this cannot work since normal socket will not work and thus i
> thought of `asyncore` module in python. To use asyncore module again i
> will have to subclass asyncore.dispatcher. This class also contains
> connect() method.
>
> Another problem is I don't know how asyncore modu
Hi,
The problem description:
There are set of processes running on my system say `process_set_1`. Build a
process agent which runs an `asynchronous` socket listening to incoming
requests from process_set_1. Each process sends an `id`. The agent stores these
ids in a dictionary and sends respo