need help on files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I need some info on text and xml files......

How many users can simultaneously read a text or xml file...

I've a web appliaction which needs to access a text file and a xml file..

The current users of the system are around 1000 people...

Can 500 amongst them read those files simultaneously??
Does it affect the performance of teh applcation in any ways.....

Help required on the above query...
 
Hello AVL,

What's the reason for each user to read this file? You can keep it in memory,
for example in cache, and user get file from cache not from hard drive?

A> Hi,
A> I need some info on text and xml files......
A> How many users can simultaneously read a text or xml file...
A> I've a web appliaction which needs to access a text file and a xml
A> file..
A> The current users of the system are around 1000 people...
A> Can 500 amongst them read those files simultaneously?? Does it affect
A> the performance of teh applcation in any ways.....
A>
A> Help required on the above query...
A>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top