Hi,

There's one other problem to be aware of. Currently, MySQL uses "fd_set"
data structures in a few places.

GLIBC 2.1 has __FD_SETSIZE hardwired to 1024. This means that any use of
a file descriptor >1023 WILL cause data corruption or crashes.

Somebody please change MySQL to only use malloc'ed fd_sets.
Until then, setting the fd limit to >1024 is a Bad Idea.

-- 
Matthias Urlichs     |     noris network AG     |     http://smurf.noris.de/
-- 
Californians do it laid back.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to