Hi all,
I'm trying to execute a java program (very long duration process program) and I want PHP not to wait for it to finish.
I tried this
<?
$exMe = system('/opt/j2sdk1.4.2_01/bin/java -cp /projects/web/dewi Looping &');
print "finish";
?>
but it still hangs ,
anyone knows how ?
Thanks before
Dewi
I'm trying to execute a java program (very long duration process program) and I want PHP not to wait for it to finish.
I tried this
<?
$exMe = system('/opt/j2sdk1.4.2_01/bin/java -cp /projects/web/dewi Looping &');
print "finish";
?>
but it still hangs ,
anyone knows how ?
Thanks before
Dewi