Hi,
I am working on an ajax based chat application... the current working is... all the chat messages are inserted into a mysql db... the app queries the db every second to fetch new messages...
Well i just wanted to ask if it would be more efficient to work with files instead of databases.
and which will be more reliable in handling many requests simultaneously...
sorry if i sounds newbish...
Thank you.