$do_command()

Jefferson M. Dubrule (igor@linguist.dartmouth.edu)
Thu, 20 Feb 1997 11:31:41 PST


Antonio Martos mumbled:
> 
> Can anyone tell me: "Sure, go ahead, just take care that do_command
> returns 0" ? 

Sure, go ahead, just take care that do_command returns 0 AND DOESN'T
SUSPEND.  If it suspends the server "forgets" about the task, and assumes
that you are handling it.  Use fork(), write small, but don't suspend.

-manta