Fork: Difference between revisions

Content added Content deleted
(New page: {{task}} In this task, the goal is to spawn a new process which can run simultaneously with, and independently of, the original parent process. ==Perl== Category:Perl '''Interpr...)
 
Line 8: Line 8:
'''Interpreter:''' [[Perl]] 5.x
'''Interpreter:''' [[Perl]] 5.x


In the child code, you may have to re-open database handles and such. If someone else would like to tweak this code to make it concurently
In the child code, you may have to re-open database handles and such.


FORK:
FORK: