Last month i tested MINA on freeBSD (tested only the packet receiver) and found performance bottleneck. so had to consider using NIO and writing my own protocol decoder. please let me know whta is kqueue/kevent support ?
Regards, paresh On Mon, Apr 6, 2009 at 6:44 PM, Adam Brown <[email protected]> wrote: > Hi all, > > Is anyone using MINA 2.0 on FreeBSD with the APR transport? > > We're trying to switch from the NIO transport to APR because we're seeing a > performance drop on FreeBSD (compared to Linux) most likely related to the > lack of kqueue/kevent support in NIO. However, after switching from the > NIO > transport to the APR transport, some of the APR calls which work down to > kqueue/kevent calls in native code are failing. Has anyone else seen > problems like this? > > Regards, > -adam >
