On Tue 15 Apr 2008, Mark Blackman wrote:
> int main(int argc, char *argv){
> fork();
> printf("my pid is %d\n",getpid());
> }Please use the fork-syscall here not the C function. Torsten -- Need professional mod_perl support? Just ask me: [EMAIL PROTECTED]
