|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re^2: I prefer to:by rinceWind (Monsignor) |
| on Jan 18, 2007 at 13:34 UTC ( #595252=note: print w/ replies, xml ) | Need Help?? |
|
You mention VMS. Surely you've heard of lib$spawn(), not to mention the DCL command spawn, which is the natural way of creating a subprocess to do something different from the parent (as distinct from launching a detached process, which is roughly the equivalent of a nohup). The posix layer implements fork, but this is not the native VMS way of doing or thinking about things. Digital had a lot to do with the invention of threads. PThreads are a derivative of DecThreads, and VMS was one of the platforms on which they were originally targetted. The reason for this was that there is a substantial overhead in process creation - spawns were expensive, and threads provided a convenient way of multitasking inside a process's address space. --
In Section
Past Polls
|
|
||||||||||||||||||||||