Files | Admin

Notes:

Release Name: 2.0.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)


Changes: *** 2.0.2 / 2007-06-09 + 1 major enhancement: + Added chat generator. + 2 minor enhancements: + Default client configuration. + Changed reconnecting interval from 1 sec to 3 sec. + 1 minor bugfix: + Suppressed invalid access to closed channel. *** 2.0.1 / 2007-05-20 + 1 minor enhancement: + Added dependencies of gems. + 2 minor bug fix: + Corrected an invalid use of logger in models/meteor.rb + An overlooked exception came to be caught.