Current time: 06-02-2024, 02:42 AM Hello There, Guest! (LoginRegister)


Post Reply 
Long time execution -exit(idle timeout), terminated by calling exit(), return code: 0
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #7
RE: Long time execution -exit(idle timeout), terminated by calling exit(), return code: 0
First of all, check that the config hasn't been regenerated by the panel (reloading the previous settings or something).

As a workaround for this user, you might allow his website to execute external applications (see disabled_functions in php.ini). Then, he can call his converter script from the website by forking (double-forking might be necessary here) to the background and letting the conversion script just run without stopping the frontend script. The first thing to try would be just running something like:
Code:
exec('/path/to/background/converter.php file.input file.output 2>&1 >/path/to/stdout.file &');
03-01-2010 10:48 AM
Visit this user's website 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 - kilburn - 03-01-2010 10:48 AM

Forum Jump:


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