sys_fork
HIToC <[email protected]>
| Newsgroups | org.kernel.vger.linux-assembly |
|---|---|
| Message-ID | <[email protected]> |
Hello list, I have written a small echo program that listen for a TCP incoming connection on a port, then send all data received. This program can accept only a session at time: I would to handle multiple connections using fork(), but in assembly this way is little difficult! How to hold the controll over the child genereted? Can anyone help me? Thanks for every suggestion. -- With regards, HIToC [email protected]