On Sat, 7 Apr 2012, Joshua Lim wrote:
> Hi Silvio, thanks for your link! > > I've tried the LazSolutions port of Synapse, not sure if i used it > correctly, but I can't it work with a http server test program under > Debian. The test worked using the default release 39 downloaded from > http://www.ararat.cz/synapse/doku.php/download > > You can download the 2 projects (one using the default release 39 and > one using lazsolutions-2_rc1) from > http://www.2shared.com/file/ClNJARE2/httpsvr.html > > By the way, Synapse seems to fail to release the port sometimes under > Nix - the http server test was created to test that problem - not sure > if you encountered the same problem. If you're referring to the error 'port is in use' when binding, then this is normal behaviour under linux. You can specify SO_REUSEADDR in socket options to avoid that problem. Michael. ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
