Re: Persistent connections in PHP

From: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
To: Torsten Zühlsdorff <thorny(at)meisterderspiele(dot)de>
Subject: Re: Persistent connections in PHP
Date: 2007-08-15 09:08:47
Message-ID: 46C2C29F.1030803@theendofthetunnel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 15.08.2007 10:53, Torsten Zühlsdorff wrote:
> If the dictionary is not too large, you should store it directly in the
> memory of the server. Therefore you can use Shared Memory
> (http://www.php.net/shmop, http://de3.php.net/manual/en/ref.sem.php).

Uhm, but how does TSearch get it from there? And even if it does, it
will still held its own copy?

--
Regards,
Hannes Dorbath

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan de Visser 2007-08-15 09:15:07 Re: Transactional DDL
Previous Message Torsten Zühlsdorff 2007-08-15 08:53:24 Re: Persistent connections in PHP