need help on files

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...
 
M

Michael Nemtsev

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
 

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

Top