Current time: 09-25-2024, 05:16 AM Hello There, Guest! (LoginRegister)


Post Reply 
Long time execution -exit(idle timeout), terminated by calling exit(), return code: 0
Author Message
circut_breaker Offline
Junior Member
*

Posts: 11
Joined: Feb 2010
Reputation: 0
Post: #10
RE: Long time execution -exit(idle timeout), terminated by calling exit(), return code: 0
I see Your point but it's override trouble not solve.
I need solution for my problem, many people around the world use fcgi for conversion and i don't see why it shouldn't work longer than few minutes...

I need have running php because i want grab output
Code:
$output = shell_exec('something');

And after finish i want import that output into database...

I know i can rewrite whole application, and execute commands like that
Quote:$output= shell_exec('sometghing > output.txt');
and ever if php / fcgi will be killed i can re-spawn it and read output.txt to get status...


I know, i can workaround this... but why... it should work... and i want it in normal way...
03-03-2010 10:33 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Long time execution -exit(idle timeout), terminated by calling exit(), return code: 0 - circut_breaker - 03-03-2010 10:33 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)