Files | Admin

Notes:

Release Name: 3.2.2

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)

== SYNOPSYS:


Changes: *** 3.2.2 / 2007-08-26 + 3 major enhancements: + Profiling by RubyProf if CONFIG.profile. + Serialized event execution. + Separated type and phase on connection management. + 3 minor enhancements: + Added new task meteor_strike:update for updating plugin. + Refined a code of reconnection in flash client. + Updated chat generator. + 2 minor spec changes: + Added lib/version.rb. + Added :without_logging to shooting_star.yml + 1 minor bugfix: + Renamed helper module of a chat generator template. *** 3.2.1 / 2007-08-09 + 2 critical bugfixes: + Fixed a behaviour of xhr client initialization. + Fixed a behaviour of flash client initialization.