[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

forking embedded interpreter



Hi,
could possibly anybody tell me if it will work or not.
I'm planning to make a server which will have mzcheme 
embedded in it (and all scheme code preloaded at startup).
On client request the server will fork,
child will handle request and goes away.

Does anybody foresee some no-go things in this?

-AT