"fork" command?

Richard Gaskin ambassador at fourthworld.com
Fri Jan 8 14:21:18 EST 2016


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
  ____________________________________________________________________
  Ambassador at FourthWorld.com                http://www.FourthWorld.com





More information about the use-livecode mailing list