
Originally Posted by
suedeapple
You didnt say if the sites were Apache or IIS based.
If IIS then...
Sounds like an application pool problem to me. The sites are running out of memory, and shutting down the process and restarting. Maybe check for any memory leakages in your coding, i.e. are you closing DB connections. There maybe also memory hogger websites on your server if you are using shared hosting.
You main site is probably held on a separate application pool, and less memory hungry, and hence been unaffected.
Bookmarks