ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/schmorpforge/genpage
(Generate patch)

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.27 by root, Sat May 31 02:04:23 2008 UTC vs.
Revision 1.28 by root, Fri Jun 6 16:17:14 2008 UTC

731 731
732dhcpping cvs-pod(dhcping.pod,) 732dhcpping cvs-pod(dhcping.pod,)
733 A version of dhcpping enhanced by <a href="mailto:marco@nethype.de">Marco Maisenhelder</a> 733 A version of dhcpping enhanced by <a href="mailto:marco@nethype.de">Marco Maisenhelder</a>
734 to support passing dhcp options. Intended to test dhcp server implementations. 734 to support passing dhcp options. Intended to test dhcp server implementations.
735 735
736AnyEvent-HTTP cpan cvs-pod(lib/AnyEvent-HTTP/HTTP.pm,) cvs-co(Changes)
737 A simple and plain event based http and https client.
738
739 This module implements a simple, stateless and non-blocking HTTP
740 client. It supports GET, POST and other request methods, cookies and more,
741 all on a very low level. It can follow redirects supports proxies and
742 automatically limits the number of connections to the values specified in
743 the RFC.
744
745 It should generally be a "good client" that is enough for most HTTP
746 tasks. Simple tasks should be simple, but complex tasks should still be
747 possible as the user retains control over request and response headers.
748
749 The caller is responsible for authentication management, cookies (if
750 the simplistic implementation in this module doesn't suffice), referer
751 and other high-level protocol details for which this module offers only
752 limited support.
753
754AnyEvent-DBI cpan cvs-pod(lib/AnyEvent-DBI/DBI.pm,) cvs-co(Changes)
755 A relatively simple wrapper around DBI to make asynchronous
756 SQL requests.
757
758 This module implements asynchronous DBI access my forking or executing
759 separate "DBI-Server" processes and sending them requests.
760
761 It means that you can run DBI requests in parallel to other tasks.
762
736AnyEvent-HTTPD cpan-elmex git-pod(lib/AnyEvent/HTTPD.pm,) git-co(Changes) 763AnyEvent-HTTPD cpan-elmex git-pod(lib/AnyEvent/HTTPD.pm,) git-co(Changes)
737 A simple and plain event based http web application server Perl module. 764 A simple and plain event based http web application server Perl module.
738 765
739 This is a very basic HTTP server that allows the user/programmer to install 766 This is a very basic HTTP server that allows the user/programmer to install
740 hooks for URL paths to generate the output. It uses AnyEvent to be easily 767 hooks for URL paths to generate the output. It uses AnyEvent to be easily

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines