Re: AW: Perl fork question
Sven Köhler <[email protected]>
| Newsgroups | gmane.comp.db.sapdb.general |
|---|---|
| Message-ID | <[email protected]> |
> A better concept would be to have 20 child processes which are feeded by > the parent process which consumes the results of the child processes and > put's them into the database. > You'll have to use pipes for that. Even better would be to use a asynchronious DNS-lookup-API. That would remove any need to fork().