Re: Configuring UDP application for performance

2008-01-30 Thread Yang Zhang
Kevin Koltzau wrote: On Tuesday 29 January 2008 11:39:29 pm Yang Zhang wrote: 2. DatagramAcceptor takes an executor - I have never been able to find any mention in the docs on what exactly gets submitted to this executor (all I know is that it's not related to IO threads, which is parameterized

Re: Configuring UDP application for performance

2008-01-29 Thread Yang Zhang
, which is parameterized by the above int) - but experimentally, I found I cannot pass in a single-threaded executor, since it seems that the call to bind() for all but the first DatagramAcceptor will block. And I did not add any filters. Thanks for answers. -- Yang Zhang http://www.mit.edu/~y_z/