On Fri, Jan 14, 2011 at 01:00:43PM -0600, Stan Hoeppner wrote:

> Wietse Venema put forth on 1/13/2011 9:00 AM:
> 
> > postscreen should be ready for prime time on *BSD, Linux and Solaris
> > systems (Solaris support was completed last week).
> 
> AIX?

The above systems reflect the 3 supported flavours of higher-performance
alternatives to select(2). If AIX does not have any of:

    - *BSD kqueue,
    - Linux epoll()
    - Solaris /dev/poll

then it requires no special treatment, and works just the same as any
select() based system, be it with any associated performance limitations.

-- 
        Viktor.

Reply via email to