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

Re: forking embedded interpreter



Quoting Alexander Taranov:
> 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?

I can't think of any reason that it wouldn't work.

Matthew