Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Continuity | Distribution: RPMForge repository for Red Hat Enterprise Linux 6 |
Version: 1.4 | Vendor: Dag Apt Repository, http://dag.wieers.com/apt/ |
Release: 1.el6.rf | Build date: Thu Sep 1 23:19:18 2011 |
Group: Applications/CPAN | Build host: lisse.hasselt.wieers.com |
Size: 121873 | Source RPM: perl-Continuity-1.4-1.el6.rf.src.rpm |
Packager: Steve Huff <shuff@vecna.org> | |
Url: http://search.cpan.org/dist/Continuity/ | |
Summary: Abstract away statelessness of HTTP, for stateful Web applications |
Continuity is a library to simplify web applications. Each session is written and runs as a persistant application, and is able to request additional input at any time without exiting. This is significantly different from the traditional CGI model of web applications in which a program is restarted for each new request. The program is passed a $request variable which holds the request (including any form data) sent from the browser. In concept, this is a lot like a $cgi object from CGI.pm with one very very significant difference. At any point in the code you can call $request->next. Your program will then suspend, waiting for the next request in the session. Since the program doesn't actually halt, all state is preserved, including lexicals -- getting input from the browser is then similar to doing $line = <> in a command-line application.
Artistic/GPL
* Thu Aug 25 2011 Steve Huff <shuff@vecna.org> - 1.4-1 - Update to version 1.4. * Mon Jan 04 2010 Steve Huff <shuff@vecna.org> - 1.01-1 - Initial package.
/usr/share/doc/perl-Continuity-1.4 /usr/share/doc/perl-Continuity-1.4/Changes /usr/share/doc/perl-Continuity-1.4/MANIFEST /usr/share/doc/perl-Continuity-1.4/META.yml /usr/share/doc/perl-Continuity-1.4/README /usr/share/doc/perl-Continuity-1.4/doc /usr/share/doc/perl-Continuity-1.4/doc/internal_structure.pod /usr/share/man/man3/Continuity.3pm.gz /usr/share/man/man3/Continuity::Adapt::FCGI.3pm.gz /usr/share/man/man3/Continuity::Adapt::HttpDaemon.3pm.gz /usr/share/man/man3/Continuity::Adapt::PSGI.3pm.gz /usr/share/man/man3/Continuity::Inspector.3pm.gz /usr/share/man/man3/Continuity::Mapper.3pm.gz /usr/share/man/man3/Continuity::Request.3pm.gz /usr/share/man/man3/Continuity::RequestCallbacks.3pm.gz /usr/share/perl5/vendor_perl/Continuity.pm /usr/share/perl5/vendor_perl/Continuity/Adapt /usr/share/perl5/vendor_perl/Continuity/Adapt/FCGI.pm /usr/share/perl5/vendor_perl/Continuity/Adapt/HttpDaemon.pm /usr/share/perl5/vendor_perl/Continuity/Adapt/PSGI.pm /usr/share/perl5/vendor_perl/Continuity/Inspector.pm /usr/share/perl5/vendor_perl/Continuity/Mapper.pm /usr/share/perl5/vendor_perl/Continuity/Request.pm /usr/share/perl5/vendor_perl/Continuity/RequestCallbacks.pm /usr/share/perl5/vendor_perl/Continuity/RequestHolder.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 08:24:44 2025