Thread Korrektes gabeln (fork) unter Apache/Windows (war: Korrektes fork'en ?) (32 answers)
Opened by bianca at 2010-05-31 18:38

bianca
 2010-05-31 19:24
#137801 #137801
User since
2009-09-13
6978 Artikel
BenutzerIn

user image
Hab 2.2.8 drauf.
Für wie wahrscheinlich hälst Du es, dass es an dieser Apache Version liegt?

Hab auch auf http://search.cpan.org/~gozer/mod_perl-1.30/lib/Ap... etwas gefunden und in perldoc für exit steht auch noch das hier:
Code: (dl )
1
2
3
4
5
6
The exit() function does not always exit immediately. It calls
any defined "END" routines first, but these "END" routines may
not themselves abort the exit. Likewise any object destructors
that need to be called are called before the real exit. If this
is a problem, you can call "POSIX:_exit($status)" to avoid END
and destructor processing. See perlmod for details.


Ich weiß nicht, wo ich ansetzen soll.
Jemand Ideen?
10 print "Hallo"
20 goto 10
Antworten mit Zitat

View full thread Korrektes gabeln (fork) unter Apache/Windows (war: Korrektes fork'en ?)