You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Lukas Zapletal <lz...@bach.cz> on 2001/09/04 10:42:11 UTC

connection pooling

Hello embperl,

How do you manage DBI connections?
I have read something in Tips&Tricks but this approach IMHO can be slow on
heavy loaded servers.

Regards

  Lukas Zapletal [lzap@bach.cz]
  web programmer
  Bach systems Ltd., Czech Republic

  ----------- PGP FINGERPRINT ------------
  4BA4ECA3EDE9608558646ABBA14259E3459FA0B4
  --------------- COOKIE -----------------
  We are using Linux daily to UP our productivity -- so UP yours, Microsoft!


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re[2]: connection pooling

Posted by Lukas Zapletal <lz...@bach.cz>.
Hello Gerald,

Tuesday, September 04, 2001, 9:54:39 PM, you wrote:

>> I have read something in Tips&Tricks but this approach IMHO can be slow on
>> heavy loaded servers.
GR> What do you mean here ?

Maybe I didn`t understand properly. And it`s unofficial.

I found the new ODBC drivers for MS SQL 7 offers connection pooling. I will use
it -- it`s easyest way for my problem.

Regards

  Lukas Zapletal [lzap@bach.cz]
  web programmer
  Bach systems Ltd., Czech Republic

  ----------- PGP FINGERPRINT ------------
  4BA4ECA3EDE9608558646ABBA14259E3459FA0B4
  --------------- COOKIE -----------------
  Going from DOS to Linux is like trading a glider for an F117.


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: connection pooling

Posted by Gerald Richter <ri...@ecos.de>.
>
> How do you manage DBI connections?

under mod_perl use Apache::DBI, when running CGI the only chance is to use
DBI::ProxyServer. Sometime ago I have some patches to DBI::ProxyServer, to
make it useable in this way, but I am not sure if they are already gone into
the main DBI distribution.

> I have read something in Tips&Tricks but this approach IMHO can be slow on
> heavy loaded servers.
>

What do you mean here ?

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org