aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Feersum
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.400Sunpoet Po-Chuan Hsieh2011-09-103-14/+30
| | | | | | | | | | | - While I'm here, add TEST_DEPENDS Changes: http://search.cpan.org/dist/Feersum/Changes PR: ports/160605 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Notes: svn path=/head/; revision=281592
* - Update to 1.202 [1]Frederic Culot2011-07-202-3/+6
| | | | | | | | | | | - Add LICENSE (Artistic 1 & GPLv1) Changes: http://search.cpan.org/dist/Feersum/Changes PR: ports/159043 [1] Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Notes: svn path=/head/; revision=277990
* - Update to 1.200 [1]Frederic Culot2011-04-272-5/+5
| | | | | | | | | | - Make use of CPAN:USER macro PR: ports/156664 [1] Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Notes: svn path=/head/; revision=273241
* Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 specFrederic Culot2011-02-134-0/+62
including the psgi.streaming interface and is compatible with Plack. PSGI 1.1, which has yet to be published formally, is also supported. Feersum also has its own "native" interface which is similar in a lot of ways to PSGI, but is not compatible with PSGI or PSGI middleware. Feersum uses a single-threaded, event-based programming architecture to scale and can handle many concurrent connections efficiently in both CPU and RAM. It skips doing a lot of sanity checking with the assumption that a "front-end" HTTP/HTTPS server is placed between it and the Internet. WWW: http://search.cpan.org/dist/Feersum PR: ports/153320 Submitted by: Grzegorz Blach <magik AT roorback.net> Notes: svn path=/head/; revision=269055