From: Javi <ja...@gs...> - 2004-07-06 15:00:59
|
Hi List. I'll finish my exams next Friday, so I'll continue the development of the MySQL and POP3 plugings. First I want to do is to turn them to run asynchronous, but I really have no idea about how to do it. If I do a fork inside the pluging... how can I do to read from de parent process values that are written by the child process, but without waiting for the child to end? Is there a way to child writes a value ("global variable"?) and the parent reads it's from a "shared memory"? It's going to be the 1st time I program forks/wait stuff, any help is welcome. Regards. Javi. |