Re: mod_perl2 start one script twice

2008-10-22 Thread CthuMP
CthuMP wrote: > > Starting that script twice in two different browser windows gives me same > results. In second window I start script after some period (about 10 > seconds) after first script started. First and Second scripts ends at the > same time. > I have solved that p

mod_perl2 start one script twice

2008-10-22 Thread CthuMP
I have follow simple script: !#/usr/bin/perl print "Content-Type: text/html\n\n"; print "Counter: " . (++$counter) . "\n"; print time(), "\n"; sleep(20); print time(), "\n"; Starting that script twice in two different browser windows gives me same results. In second window I start script afte