This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Changes | ||
| |
Changes-darcs | ||
| |
MANIFEST | ||
| |
Makefile.PL | ||
| |
README | ||
| |
doc/ | ||
| |
eg/ | ||
| |
lib/ | ||
| |
t/ | ||
| |
util/ | Wed Apr 26 17:31:40 -0700 2006 |
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.








