Message size and data fields

2002-11-12 Thread Matthew Mondor
Hi again, In the following bit of code, I set the message size field of a message. If they are internally moved among ports by only relinking the message node, is this size relevant? I'm sure it would be if we had message allocation and/or pool management backend for them, but we allocate them

Re: [ANNOUNCE] GNU Pth 2.0b1

2002-11-12 Thread Jason Evans
On Fri, Nov 08, 2002 at 09:36:52PM +0100, Ralf S. Engelschall wrote: Thanks for your feedback. Even more integrated fixes and changes now await our testing. After mostly rewriting pth_poll(3) and pth_select(3) in order to be more POSIX.1-2001/SUSv3 compliant we all should give it a try before

pth and mysql

2002-11-12 Thread Terry
hi, has anyone of you guys sucessfully used mysql with pth's pthread implementation ? ive used soft syscall mapping and mysql has sucessfuly compiled, but it seems only one thread is working - only one client can connect to mysql, another one gets tcp connection but no mysql banner. mysqld waits