Files | Admin

Notes:

Release Name: 1.0.3

Notes:
Our goal is development of practical comet server which will be achieving
over 100,000 simultaneous connections per host. On this purpose, we abandon
portability and use system calls depending on particular OS such as epoll
and kqueue.

== FEATURES/PROBLEMS:

* Comet server
* Comet client implementation (Rails plugin)


Changes: *** 1.0.3 / 2007-03-22 + 2 major enhancements: + Rails plugin is installed when shooting_star init. + Implemented logging. + 1 major bug fix: + Fixed execution queuing and flashing. + 3 minor enhancements: + Suppressed warnings reported while installing gem. + Added simple documentation. + Independent from pthread. + 1 minor bug fix: + encodeURIComponent() is used for escaping tag list instead of escape().