The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.02 - 2008-06-26

  • Fixed dependency issue
  • Support text/json client requests
  • Support for json-comment-filtered server responses
  • Added PostHandle server callback
  • Added Log::Log4perl for the client
  • Allowed more than one client to connect to the server (not overwriting the 'complete_request' delay per client)
  • Added check_timeouts to server
  • Added Callback and client_push server feature
  • Don't timeout a client if it's polling
  • Added Service _handler catchall

Modules

Bayeux/cometd client implementation in POE
Bayeux/cometd server implementation in POE
An object representing a single client of the server
An object representing a single message of a request
create messages in the right subclass
A single Bayeux request

Provides

in lib/POE/Component/Client/Bayeux/Transport.pm
in lib/POE/Component/Client/Bayeux/Transport/LongPolling.pm
in lib/POE/Component/Client/Bayeux/Utilities.pm
in lib/POE/Component/Server/Bayeux/Utilities.pm