Re: [WIN32] Using WSAPool for Vista+

2009-02-09 Thread Bing Swen
"Mladen Turk" wrote on 2009-2-9 17:25 Hi, Vista (Server 2008) and up comes with new winsock WSAPoll API. Now I did some experiments and it compiles the unix/pool.c by simply changing poll( ... ) to WSAPoll(...) There is also no limitation on pollset size (currently select is limited to FD_SETS

Re: Building APR weirdness

2009-02-09 Thread Jim Jagielski
On Feb 9, 2009, at 3:13 PM, Eric Covener wrote: On Mon, Feb 9, 2009 at 2:39 PM, Jim Jagielski wrote: On MacOSX and apr 1.4 branch: % ./buildconf buildconf: checking installation... buildconf: python version 2.5.4 (ok) buildconf: autoconf version 2.63 (ok) buildconf: libtool version 2.2.6 (o

Re: Building APR weirdness

2009-02-09 Thread Eric Covener
On Mon, Feb 9, 2009 at 2:39 PM, Jim Jagielski wrote: > On MacOSX and apr 1.4 branch: > > % ./buildconf > buildconf: checking installation... > buildconf: python version 2.5.4 (ok) > buildconf: autoconf version 2.63 (ok) > buildconf: libtool version 2.2.6 (ok) > Copying libtool helper files ... >

Re: Building APR weirdness

2009-02-09 Thread Arfrever Frehtes Taifersar Arahesis
2009-02-09 20:39:11 Jim Jagielski napisaƂ(a): > On MacOSX and apr 1.4 branch: > > % ./buildconf > buildconf: checking installation... > buildconf: python version 2.5.4 (ok) > buildconf: autoconf version 2.63 (ok) > buildconf: libtool version 2.2.6 (ok) > Copying libtool helper files ... > ./build

Building APR weirdness

2009-02-09 Thread Jim Jagielski
On MacOSX and apr 1.4 branch: % ./buildconf buildconf: checking installation... buildconf: python version 2.5.4 (ok) buildconf: autoconf version 2.63 (ok) buildconf: libtool version 2.2.6 (ok) Copying libtool helper files ... ./buildconf: line 56: alias: -g: invalid option alias: usage: alias [-

Re: [WIN32] Using WSAPool for Vista+

2009-02-09 Thread Jeff Trawick
On Mon, Feb 9, 2009 at 4:25 AM, Mladen Turk wrote: > That makes me think we can have that generic, allowing > different pollset providers for non-windows platforms > as well (If it makes sense of course), eg. something > like we have for proc_mutex. > (apr_proc_mutex_unix_lock_methods_t would act

Re: Interruptable pollset

2009-02-09 Thread Arsen Chaloyan
Hi, Is there anybody who can address the reported issue? I assume it's a trivial one, unless I'm missing something very obvious. There is another not so trivial, sporadic issue concerning Windows implementation of interruptable pollset, but I'm doubtful if it's of any interest internally in the

[WIN32] Using WSAPool for Vista+

2009-02-09 Thread Mladen Turk
Hi, Vista (Server 2008) and up comes with new winsock WSAPoll API. Now I did some experiments and it compiles the unix/pool.c by simply changing poll( ... ) to WSAPoll(...) There is also no limitation on pollset size (currently select is limited to FD_SETSIZE 1024, cause it's too slow for higher