Files | Admin

Notes:

Release Name: 1.0.4

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.4 / 2007-03-29 + 2 major enhancements: + Cached rendering result of meteor/strike. + Improved error and disconnection detection when reading socket. + 5 minor enhancements: + Disabled caching when back. + Added meteor_helper. + Added timer to remove forsaken iframes for Safari. + Added configuration option \'sweep_timeout\'. + Added \'session_timeout\' option. + 3 minor bugfixes: + Solved problem on caching of browsers of MacOS. + Added workaround for Safari\'s strange behaviour after back navigation. + Solved problem on connection management.