×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
2002/09/30 · FreeBSD's Threading Problems · 1. Non-thread safe DNS Lookups · 2. Unfair Scheduling · 3. High Load · 4. No SMP Support · 5. Missing Locks.
関連する質問
2006/06/23 · Description: If you compile MySQL on FreeBSD with WITH_LINUXTHREADS it doesn't respect wait_timeout and interactive_timeout settings.
Unfortunately, certain function calls on FreeBSD are not yet fully thread-safe. Most notably, this includes the `gethostbyname()' function, which is used by ...
2002/10/21 · The short version is that FreeBSD's realpath() isn't thread-safe. That causes badness with LinuxThreads on FreeBSD, because MySQL uses lots ...
2006/03/11 · But as configure did detect thread support, this means that the source is compiled to use threads, but linked with a non thread safe libc.
FreeBSD and MySQL - mysqld eats CPU alive. Peter ... Previous message: FreeBSD and MySQL - mysqld eats CPU alive ... thread-safe implementation of gethostbyname ...
2012/02/25 · Yes, with SSH port forwarding. On your local machine, issue the command ssh -L 3306:127.0.0.1:3306 username@mysqlhost.com.
2008/05/28 · Hello, I am a bit confused by the manual description of how to code a thread safe client. I am using a connection pool and the threads ...