Posted by David Gillen on 09/03/07 16:40
Fagner said:
> 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?
>
Yes, no, yes and huh?!
> Share your opinions. Thanks ;-)
>
You're welcome.
D.
--
Fermat was right.
[Back to original message]
|