I want to write a php site which uses the comet technology for real time update.
I have a few questions:
Is it better to use a comet server? Which comet server is good?
For comet server (e.g. orbited), I have to first install the python based orbited server and then write php file to create socket to connect to the comet server. Right? (Orbited.org does not have any tutorial about this.)