Peter Rossbach wrote:
Hi

I have test to compile apr at mac os x 10.4..8 intel and get following warning:

src/network.c:449: warning: pointer targets in passing argument 2 of 's->net->send' differ in signedness


OK. This should be resolved. Rely don't understand the vast
universe of compilers that could impose such a warning.
The unsigned char should always be mapped to char without warning.
I really see no how the size of 'unsigned char' and size of 'char'
could be different so that warning could be issued. Weired!


Other problem is that poller are not created:

11.12.2006 20:17:26 org.apache.tomcat.util.net.AprEndpoint allocatePoller
INFO: Failed to create poller with specified size of 8192

Looks like OS/X doesn't allow default 8192 poller size.
The solution is either to increase the ulimit or add the pollerSize="xxx"
to the APR connector.

Can you see what is default maximum limit for that by lowering down the
pollerSize in 1024 decrements on OS/X, so we can make that OS related like
on WIN32/WIN64? If it's only ulimit dependent, then no patch should be
needed.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to