Posted by Fagner on 09/03/07 15:52
Hi, I'm building a chat engine in php that is going to have a lot of
simultaneos connections and I was wondering what is the best way to do
that. So, some questions came to my mind.
Should I use a database to store the messages?
if yes, should I use a persistent connection?(php is running as an
Apache module)
or maybe SQLite can handle it?
A single php file will handle too many connections?
Share your opinions. Thanks ;-)
Navigation:
[Reply to this message]
|