Jump to content

[SOLVED] Execution persistence -or- while(TRUE);


BobSmith

Recommended Posts

Could someone tell me or point me to where I can learn about execution-persistence (as opposed to data-persistence)?

 

Simplified -- How long does the following "pseudo" script execute when a browser is pointed to it?:

 

<?php

while(TRUE){}

?>

 

Forever?  Until a certain timeout?

 

A more practical example is a php script "running indefinitely" aggregating data from various URLs into a database at 12 midnight every day or some other timed interval.

 

Thanks in advance,

 

Bob

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.