Re: Agents send-off

2008-12-23 Thread Rich Hickey
On Dec 15, 7:29 pm, Rich Hickey richhic...@gmail.com wrote: On Dec 15, 5:57 pm, Bradbev brad.beveri...@gmail.com wrote: I have the following scenario: - a server that is listening on a socket for incoming connections. - when the server accepts a connection it uses send-off to run a

Agents send-off

2008-12-15 Thread Bradbev
I have the following scenario: - a server that is listening on a socket for incoming connections. - when the server accepts a connection it uses send-off to run a handler function to handle the connection - the handler function loops using recur to handle packets - the handler function uses

Re: Agents send-off

2008-12-15 Thread Rich Hickey
On Dec 15, 5:57 pm, Bradbev brad.beveri...@gmail.com wrote: I have the following scenario: - a server that is listening on a socket for incoming connections. - when the server accepts a connection it uses send-off to run a handler function to handle the connection - the handler

Re: Agents send-off

2008-12-15 Thread Bradbev
On Dec 15, 4:29 pm, Rich Hickey richhic...@gmail.com wrote: On Dec 15, 5:57 pm, Bradbev brad.beveri...@gmail.com wrote: snip Thanks for the quick reply. Very helpful. Cheers, Brad --~--~-~--~~~---~--~~ You received this message because you are subscribed to the