a scheme for the future mysql-protocol, Re: [ANN] New PBXT/MyBS release enables JDBC-based BLOB streaming!

2007-10-19 Thread Chad MILLER
so, older versions of client and server could speak to newer versions of server and client, perhaps with proxy as an intermediary. Alas, this is a long-term dream. I'm not proposing it for anyone soon, but it's fun to think about. - chad -- Chad Miller, Software Developer

Re: non-blocking connect and EAGAIN

2007-09-19 Thread Chad MILLER
mp; (s_err != EINPROGRESS)) { errno= s_err; /* Restore it */ return(-1); } Is this kernel bug (Linux 2.6.16-std26-smp-alt1)?... which return EAGAIN instead of EINPROGRESS, or some other troubles can force EAGAIN on unix socket con