Files | Admin

Notes:

Release Name: 3.2.1

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.1 / 2007-08-09 + 1 critical bugfix: + Fixed a behaviour of xhr client initialization. *** 3.2.0 / 2007-08-09 + 3 major enhancements: + Automatic activation/deactivation of flash client. + Ported meteor_strike.swf from CS3 to mtasc. + Heart beat. - Serialized event execution. + 7 minor enhancements: + shooting_star.yml is processed by ERB. + Updated implementation of observers. + Updated chat generator with connection notification. + Added sample chat observer script (see script/chat_observer). + Separated views of xhr and flash html into views/. + Added an event which will fire when connection is established. + Added debugging mode to meteor_strike. + 6 minor spec changes: + Changed default pid file location from log/ to tmp/pids/. + options[:connected] obsoleted. Please use options[:event] instead. + Became independent from alias_method_chain in order to support applications which use older versions (<1.2) of ruby on rails. + Added :debug option to meteor_strike helper. + Added :heartbeart option to meteor_strike helper. + Added :noflash option to meteor_strike helper.