M
mikemad
I developed a website for a company. The site is in beta and is
infrequently used. However, when my customer does use it, it is very
slow the first time they access it. After that it's fine. I presume
this is because no one was using it so all the connections have timed
out. This won't be a problem in the future if they get at least one
user a minute.
Is there a setting to keep the last connection alive in a connection
pool so they never get this initial hit. I wrote a small app. to open
the home page every 30 seconds but it seems like there's a better way.
Thanks.
Mike
infrequently used. However, when my customer does use it, it is very
slow the first time they access it. After that it's fine. I presume
this is because no one was using it so all the connections have timed
out. This won't be a problem in the future if they get at least one
user a minute.
Is there a setting to keep the last connection alive in a connection
pool so they never get this initial hit. I wrote a small app. to open
the home page every 30 seconds but it seems like there's a better way.
Thanks.
Mike