ops..i didn't tested yet, but instead of:
setup socket
bind
accept
"fork"
execute
we will have something like:
"fork"
setup socket
bind
aceep
execute
the problem is one process (other mysql process not the current one) running the same port
that's a nice thing (when changing mysql version) but it's a problem too (two different versions of mysql running on the same port)
well i will try some tests and with time i will report again, any news are wellcome too =]