public
Fork of awwaiid/continuity
Description: Stateful Web Apps in Perl
Homepage: http://continuity.tlt42.org/
Clone URL: git://github.com/beppu/continuity.git
name age message
file Changes Loading commit data...
file Changes-darcs
file MANIFEST
file Makefile.PL
file README
directory doc/
directory eg/
directory lib/
directory t/
directory util/ Wed Apr 26 17:31:40 -0700 2006 crap, i don't know darcs-hash:20060427003140-b... [scrottie]
README
Continuity version 0.998
========================

Continuity - Abstract away statelessness of HTTP using continuations, for
stateful Web applications

Status: Ready for large applications and libraries to be implemented on top, so
        that we can tune the API. Both the HTTP::Daemon and the FCGI backends
        work, though the FCGI backend does not provde fully async coroutines.

See Continuity.pm for an overview, and also check the wiki
at http://continuity.tlt42.org/ for ongoing development.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   sudo make install

DEPENDENCIES

Probably missing some, but at least:

  Coro
  HTTP::Daemon

COPYRIGHT AND LICENCE

Copyright (c) 2004-2008 Brock Wilcox <awwaiid@thelackthereof.org>. All rights
reserved.  This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.