— 道路走行中に最も迷惑な存在は?(教えて!ウォッチャー) - livedoor HOMME - livedoor ニュース (via cycling-ex)
(cycling-exから)
-->
— 道路走行中に最も迷惑な存在は?(教えて!ウォッチャー) - livedoor HOMME - livedoor ニュース (via cycling-ex)
(cycling-exから)
— ひがやすを改め”ハイパー・グレート・クリエイターやすを”、就活女子大生と「人生というゲームの必勝法」を語る |エンジニアtype(1/3)
Russ ブログ – Postgres Connection Pools: Pgpool vs. PgBouncer – Last.fm
pgpoolばっかりだと思ってたら、PgBouncerというのもあるのね。pgpoolがマルチプロセスなのに対してPgBouncerはシングルプロセスのlibevent。
* It uses single-process event-based socket handling, using the excellent libevent like memcached. This means it uses several orders of magnitude less RAM than pgpool.
* It has configurable internal queuing, so your clients’ connections don’t time out if they’re in the queue.
* It has good instrumentation in the form of an internal pseudo-database you can query.