heiko@jumper [Sun, 04 Jan 2009 23:44:45 +0100] rev 13
Test server works for command "W"!
Now you can start the test server:
perl -Mblib examples/test-server :5555
and run the client
perl -Mblib examles/client 127.0.0.1:555
heiko@jumper [Sun, 04 Jan 2009 18:42:46 +0100] rev 12
Implemented the Quancom::Test::Server.
The Server should work for the W command. It communicates on STDIO and
on a UNIX socket. The UNIX socket communication currently seems to hang
for no obvisous reason. I've to debug it further.