On Tue, Jun 2, 2009 at 2:03 PM, Zhijun Sheng <[email protected]> wrote: > A quick try on my dev server shows a big difference with the following line > added (thx Alex!) > > nioSocketAcceptor.setReuseAddress(true); > > The "addr already used" problem is gone! > > I'll try it on the production server later.
You should not use such an option on a production server ... You'd better close the listening socket correctly ! -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
