| CPAN Ratings Test-TCP reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of Test-TCP
This is an incredibly useful module to test TCP based server program.
All you have to do is to provide two callbacks: one is server to run the server side process, which could be perl code or a different program with exec(), and the other is the client code that tests the server process. Both would be called after the successful fork() and will automatically receive the empty port as a callback argument, which makes it so handy to use.
In Plack project we heavily use this module to run an HTTP server and then sends HTTP request to the forked server and back. Very handy.
Tatsuhiko Miyagawa - 2009-09-28T14:16:29
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|