So what threading library should I use with mysql?
Can somebody recommend me which to use? Because I'm bit confused.
I used to use linuxthreads and it was pretty good. Now there appears some other threading libraries:)
Which one is reliable and has good performance?
Ganbold
At 07:41 PM 14.04.2004, you wrote:
On Tue, 13 Apr 2004 14:49:41 -0700 (PDT) Julian Elischer <[EMAIL PROTECTED]> wrote:
> So is this with system scope threads or process scope threads?
Whatever MySQL uses when compiled to use libpthread.
> what is the performance like?
It's a different system (2.4 GHz P4, vinum-stripe on 2 SATA disks (ICH5), 1GB RAM) and the kernel is compiled with icc, so I can't compare. But it was fast. Just some seconds to add this with the mysql client program: % wc nurdaten.sql 30161 180515 4781902 nurdaten.sql
% grep INSERT nurdaten.sql | wc -l 30007
The other system (2.8 GHz P4, ATA-stripe (Promise) on 2 SATA disks, 1GB RAM) with a -current as of March 19 needed several seconds longer (with linuxthreads instead of pthreads). But we're comparing apples with oranges here.
Bye, Alexander.
-- I'm available to get hired.
http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]