creating a temporary file in clustered web farm

S

sudha

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
 
P

PJ

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top