Name : perl-Continuity
| |
Version : 1.4
| Vendor : Dag Apt Repository, http://dag_wieers_com/apt/
|
Release : 1.el6.rf
| Date : 2011-09-01 23:19:18
|
Group : Applications/CPAN
| Source RPM : perl-Continuity-1.4-1.el6.rf.src.rpm
|
Size : 0.12 MB
| |
Packager : Steve Huff < shuff_vecna_org>
| |
Summary : Abstract away statelessness of HTTP, for stateful Web applications
|
Description :
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.
|
RPM found in directory: /vol/rzm3/linux-dag/dag/redhat/el6/en/x86_64/dag/RPMS |