If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Fatal error: Out of memory (allocated 1572864) (tried to allocate 77824 bytes) in /home/smartman/public_html/forums/includes/functions.php on line 1276
Fatal error: Out of memory (allocated 4718592) (tried to allocate 92282 bytes) in /home/smartman/public_html/forums/includes/vba_cmps_include_top.php(507) : eval()'d code on line 44
Had it ^^ twice tonight, just now and about 2 hours ago ?
CGI has to spawn a process for each PHP script that runs, where as handler mode spawns a specific amount of processes and uses those to handle each request using threads. Handler mode is more memory efficient.
Leave a comment: