mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
6 lines
340 B
Plaintext
6 lines
340 B
Plaintext
The Perl 5 module 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.
|