Keeping rackspace vserver alive
Posted
by
mit
on Server Fault
See other posts from Server Fault
or by mit
Published on 2010-11-30T17:53:22Z
Indexed on
2010/12/22
15:56 UTC
Read the original article
Hit count: 305
It appears to me that rackspace somehow freezes cloud VMs after some idle time. This means the first page request to a php page takes much longer to respond than the subsequent requests.
I am actually querying a machine with wget from a different host now to keep it "alive". But I wonder what frequency would be necessary. Does anyone know the time period after which they send a VM to "sleep"? I guess it would be some minutes.
EDIT: There is no caching involved on the php site.
It just recently moved from another vhost and there was never such latency on the first request.
© Server Fault or respective owner