I want something like:
Code: Select all
exec('biglongcall') // dont mind how long this takes
//set a timeout here
exec('short'); //dont want this to take longer than 10 seconds.
Moderator: General Moderators
Code: Select all
exec('biglongcall') // dont mind how long this takes
//set a timeout here
exec('short'); //dont want this to take longer than 10 seconds.