Hi Robert, thanks for your answer! On Dec 11, 2007 8:17 PM, Robert Burrell Donkin < [EMAIL PROTECTED]> wrote:
> On Dec 11, 2007 4:27 PM, Paulo Sergio <[EMAIL PROTECTED]> wrote: > > Hi! > > > > i have it running as a tcp server ! > > finally i manage to understand both James, and Avalon stuff :) > > great > > > now i need udp, so i start looking at the imap-connection block witch > > exposes the SimpleConnectionManager class, so i wonder if i should > implement > > my own connection manager. If so, should i extend form the same classes > ? > > i'm not an expert on this (perhaps someone who is will jump in). > SimpleConnectionManager uses a ServerSocket so you may just need to > ensure that the socket accepts UDP yes that was my first guess, but i supposed that threads and connections are handled in a different way in avalon, and as i'm not an expert on it, i was hoping somebody has an idea about some way to use udp, and the thread/connection pooling in the correct way. Cheers, Paulo F. > > > - robert > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
