On Tue, Nov 12, 2002, Terry wrote:

> 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 in select() call.
>
> any hints?
> any idea how to run mysql with pth ?
> i want to give it a try cause mysql on my openbsd system crashes way too often with 
>native threads...

I've not tried it myself. But you can retry with the latest beta-version
GNU Pth 2.0b1 (ftp://ftp.ossp.org/pkg/lib/pth/) and use even hard
syscall mapping. This should give Pth better possibility to inject
itself into the MySQL code.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to