Monte Goulding wrote:
> It’s worth noting that FastCGI doesn’t require fork
> http://www.fastcgi.com/drupal/node/6?q=node/22#S3
> so if you are keen to implement FastCGI in script you could
> try doing that now. If fork is implemented then it should be
> easy to add to your implementation.

If not via forking by what means can we handle concurrency?

Multiprocessing through worker apps would be a solution except that we have no way to pass the socket connection from the parent app that received it to the child app it would launch.

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to