| Author |
Topic Search Topic Options
|
RadioActiveLamb
Groupie
Joined: 29 December 2005
Location: United States
Status: Offline
Points: 171
|
Post Options
Thanks(0)
Quote Reply
Posted: 21 December 2010 at 5:18pm |
Their DB server does have the correct time, synchronized with the web server's time. The web server is Windows 2008 R2 x64, and the SQL server is SQL 2008 Web edition. I had them check the time last week. They were a couple minutes off, but have since fixed it.
They are in a different time zone than me and my users. I'll report back when I hear about my application pool inquiry.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 21 December 2010 at 5:19pm |
RadioActiveLamp I've just looked up Winhost and it appears that they set the app pools to only 100MB of memory! You can not run any ASP.NET or Classic ASP application in 100MB of memory.
Your problem I suspect would be the app pool recycling. If you have anything over 20 active users on your forum it will probably recycle every 10 to 20 minutes causing loads of issues.
To give you an idea we set application pools for our own hosting services to 800MB for each website and 500MB for the free hosting websites:-
|
|
|
 |
RadioActiveLamb
Groupie
Joined: 29 December 2005
Location: United States
Status: Offline
Points: 171
|
Post Options
Thanks(0)
Quote Reply
Posted: 21 December 2010 at 5:22pm |
Well, that is a problem...
At slow times, I have 35 active users, but frequently jump to 60+
|
 |
123Simples
Senior Member
Joined: 08 July 2007
Location: United Kingdom
Status: Offline
Points: 1192
|
Post Options
Thanks(0)
Quote Reply
Posted: 21 December 2010 at 5:31pm |
RadioActiveLamb wrote:
Well, that is a problem...
At slow times, I have 35 active users, but frequently jump to 60+ |
You could consider jumping boat and asking Bruce to take over the hosting for you RAL - then problem solved
|
|
|
 |
RadioActiveLamb
Groupie
Joined: 29 December 2005
Location: United States
Status: Offline
Points: 171
|
Post Options
Thanks(0)
Quote Reply
Posted: 21 December 2010 at 9:22pm |
|
I'm working toward that solution now...
|
 |
MaximeRoy77
Groupie
Joined: 21 November 2010
Location: Québec, Canada
Status: Offline
Points: 54
|
Post Options
Thanks(0)
Quote Reply
Posted: 22 December 2010 at 12:32am |
WebWiz-Bruce wrote:
You can not run any ASP.NET or Classic ASP application in 100MB of memory.
Your problem I suspect would be the app pool recycling. If you have anything over 20 active users on your forum it will probably recycle every 10 to 20 minutes causing loads of issues.
To give you an idea we set application pools for our own hosting services to 800MB for each website and 500MB for the free hosting websites:-
|
So basically you are saying that if we have unlimited RAM App Pools, and we still get SESSION TIMEOUTS it probably is a memory shortage problems ?
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 22 December 2010 at 9:11am |
There are lots of different things that can cause sessions to be dropped, including when the app pool is set to recycle, if app pool crashes, using multiple worker processes for the app pool, load balanced servers that are not session aware, other applications forcing sessions to be dropped, etc, etc.
However, if your Web Wiz Forums installation is set to store sessions in databases it should reduce the impact of the application pool being recycled, but would still affect the new post indications and the active users list.
|
|
|
 |
MaximeRoy77
Groupie
Joined: 21 November 2010
Location: Québec, Canada
Status: Offline
Points: 54
|
Post Options
Thanks(0)
Quote Reply
Posted: 26 December 2010 at 12:55pm |
|
Thanks, it there a way to track or log what is causing the private pool of the forum to crash ?
|
 |