Thread Programm aus perl starten (11 answers)
Opened by lichtkind at 2005-03-31 17:56

sri
 2005-04-01 18:01
#53115 #53115
User since
2004-01-29
828 Artikel
BenutzerIn
[Homepage] [default_avatar]
[quote=Taulmarill,01.04.2005, 10:09]aus perldoc perlfork:
Quote
On some platforms such as Windows where the fork() system call is not available, Perl can be built to emulate fork() at the interpreter level. While the emulation is designed to be as compatible as possible with the real fork() at the level of the Perl program, there are certain important differences that stem from the fact that all the pseudo child "processes" created this way live in the same real process as far as the operating system is concerned.

hat da einer erfahrungswerte?[/quote]
Der win32 fork code ist fast equivalent zu iThreads...

View full thread Programm aus perl starten