GoB
Expert Member
Hi,
Does anyone have experience with what to expect from Afrihost's shared Windows hosting?
I have a very simple ASP .NET MVC (almost static) site.
Static content response times are fine.
Dynamic content response times are mostly < 0.1 seconds, however every 1-2 minutes it will take 20 seconds - checked with Fiddler.
That means that a single user can not even click around the site continuously without experiencing the 20 second delay.
Printing out Process.GetCurrentProcess().StartTime show that the delay is linked to a new process starting up to service the request.
To me it seems silly to even have such a hosting option because it is practically unusable.
This was Afrihost's response:
The only way to get a 100% dedicated application pool is to be on a dedicated server. However though the application pool you have is dedicated but limited as you are on a shared hosting server.
Have a great day and please let me know if I can help with anything else!
Does anyone have experience with what to expect from Afrihost's shared Windows hosting?
I have a very simple ASP .NET MVC (almost static) site.
Static content response times are fine.
Dynamic content response times are mostly < 0.1 seconds, however every 1-2 minutes it will take 20 seconds - checked with Fiddler.
That means that a single user can not even click around the site continuously without experiencing the 20 second delay.
Printing out Process.GetCurrentProcess().StartTime show that the delay is linked to a new process starting up to service the request.
To me it seems silly to even have such a hosting option because it is practically unusable.
This was Afrihost's response:
The only way to get a 100% dedicated application pool is to be on a dedicated server. However though the application pool you have is dedicated but limited as you are on a shared hosting server.
Have a great day and please let me know if I can help with anything else!