* * *

Author Topic: Implementing a data connection pool - Zeos 7alpha or Cary Jensen's method?  (Read 592 times)

JD

  • Hero Member
  • *****
  • Posts: 639
Hi there everyone,

I wonder if anyone is currently using a connection pool for concurrent access to a database server over a network or the Internet.

I just started a project using Cary Jensen's connection pool (written in Delphi) located at the URL below:
http://edn.embarcadero.com/article/30027

However, then I noticed that Zeos 7 alpha has TZConnectionGroup and TZGroupedConnection. The problem is there are no examples of its usage. Is anyone here on this forum using the Zeos' connection pool method at the moment?

What I would also like to know is which is the simpler of the two implementations?

Thanks for your kind assistance.

JD

Zoran

  • Hero Member
  • *****
  • Posts: 522
    • http://wiki.lazarus.freepascal.org/User:Zoran
Re: Implementing a data connection pool - Zeos 7alpha or Cary Jensen's method?
« Reply #1 on: February 03, 2012, 10:22:14 pm »
I found this topic from Zeos forum which seems to be how these components started: http://zeos.firmos.at/viewtopic.php?t=2760
I never used these components, though.

JD

  • Hero Member
  • *****
  • Posts: 639
Re: Implementing a data connection pool - Zeos 7alpha or Cary Jensen's method?
« Reply #2 on: February 08, 2012, 03:47:35 pm »
I found this topic from Zeos forum which seems to be how these components started: http://zeos.firmos.at/viewtopic.php?t=2760
I never used these components, though.

I'll probably stick with Carl Jensen's method because I'm already using it and it works fine for now.

 

Recent

Get Lazarus at SourceForge.net. Fast, secure and Free Open Source software downloads