Ask a Question related to ASP.NET General, Design and Development.
-
sudha #1
creating a temporary file in clustered web farm
Does creating a temporary xml file from dataset on the
server on a per-user basis and read from it will create
any problem in clustered web farm?
Thanks in advance
sudha Guest
-
Trouble creating temporary memory table
I tried to create a temporary memory table using the following: CREATE TEMPORARY TABLE mytable_tmp LIKE mytable ENGINE=MEMORY; However, I... -
Central file repository for clustered servers
We are upgrading from CF 5 to MX 6.1. We have the requirement of building in server redundancy. We have elected to go with Windows 2003 because ot... -
Clustered web farm
Hi, Is it possible to redirect user to same webserver in clustered web farm until his session ends? -
redirect user to same server in clustered web farm
Hi, Is it possible to redirect user to same webserver until his session ends? Thanks in advance -
direct the user to same server in clustered web farm
How can I direct user to same server until his session ends in the clustered web farm? Thanks in advance -
PJ #2
Re: creating a temporary file in clustered web farm
yes...it will only save the file on one web server and the next request may
come in on another web server. if you are using out of process session
state, save the file as an XmlDocument in session, if sql server session
state, save the dataset in session.
"sudha" <sudha_s@lycos.com> wrote in message
news:7e2301c344de$1b44fb80$a401280a@phx.gbl...> Does creating a temporary xml file from dataset on the
> server on a per-user basis and read from it will create
> any problem in clustered web farm?
>
> Thanks in advance
PJ Guest



Reply With Quote

