I'm wondering how to set the max possible time limit for a php page,
set_time_limit(number);
I looked of on the long polling that Facebook use it's 40 seconds why this number and not more ?
Is it a best practice because then the browser will cancel the request or something?