Package : perl-Continuity > RPM : perl-Continuity-1.500.0-4.mga4.src.rpm

Basic items

Name perl-Continuity
Version 1.500.0
Release 4.mga4
URL http://search.cpan.org/dist/Continuity
Group Development/Perl
Summary Mix callbacks into the Continuity request object
Size 76KB
Arch x86_64
License GPL+ or Artistic

Description

Continuity is a library to simplify web applications. Each session is
written and runs as a persistent 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.

Media information

Distribution release Mageia 4
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2013-10-18 10:14:54
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie