[plt-scheme] IPC in PLT Scheme

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Thu Jan 30 13:17:55 EST 2003

--- Pedro Pinto <ppinto at cs.cmu.edu>, ppinto at cs.cmu.edu
wrote:
> I am working on a project which requires some
> communication between
> two processes both of which I was hoping could be
> coded in Scheme. This
> communication follows a producer/consumer pattern.

You can simply exchange sexps using read and write
over sockets.

Noel

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


Posted on the users mailing list.