Webgarden

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: DrBytes (DrBytes_at_discussions.microsoft.com)
Date: 11/16/04


Date: Tue, 16 Nov 2004 06:35:02 -0800


Hello, I have a question about webgardens.
As I understand it, a webgarden is physically one box with multiple
processors in it.
In the MSDN documentation about webgardens they mention :
"If webGarden is set to true, by default, all CPUs are enabled and ASP.NET
starts one process for each CPU"

Ok.. So this means that when I have a box with 2 processors it will actually
create a worker process for every CPU.
Does this mean that this box will have 2 sessions to manage?

I know there is MSSQL and StateServer to store session in 1 place and share
them accross CPU's but I would rather use the InProc equivalent on this box,
just to make sure that there is only one session created that spans the 2
CPUs.
Does anybody know how to accomplish this not using SQLServer or Stateserver?

thanks in advance,
--yves



Relevant Pages

  • Re: Webgarden
    ... Too bad that I have to install stateserver just to share the Session. ... This way I can have the bi CPU setup but not lose the session.. ... I have a question about webgardens. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Webgarden
    ... There is two separate processes, two separate sessions, and two separate ... Of course there is always the option of disabling webgardens for the ... and/or the same session management issues. ... > "If webGarden is set to true, by default, all CPUs are enabled and ASP.NET ...
    (microsoft.public.dotnet.framework.aspnet)
  • WebGarden on IIS 6.0
    ... In the MSDN documentation about webgardens they mention: ... "If webGarden is set to true, by default, all CPUs are enabled and ASP.NET ... I know there is MSSQL and StateServer to store session in 1 place and share ... Does anybody know how to accomplish this not using SQLServer or Stateserver? ...
    (microsoft.public.inetserver.iis)
  • Re: WebGarden on IIS 6.0
    ... I have a question about webgardens. ... > "If webGarden is set to true, by default, all CPUs are enabled and ASP.NET ... > just to make sure that there is only one session created that spans the 2 ... Specifically what MSDN documentation are you referring to? ...
    (microsoft.public.inetserver.iis)
  • Re: Webgarden
    ... We tried to find information on "sticky cpu" and weren't able to. ... given that StateServer gave us a way around the issue. ... > Too bad that I have to install stateserver just to share the Session. ...
    (microsoft.public.dotnet.framework.aspnet)