[PHP] Re: [PHP-DEV] singleton feature

2002-06-25 Thread BB
I would like to know too, "Purushotham Komaravolu" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Singleton means only one instance.. i.e. instance of a class per > webserver... all application scripts should talk only to that same instance > irrespective of t

[PHP] Re: [PHP-DEV] singleton feature

2002-06-24 Thread Purushotham Komaravolu
Singleton means only one instance.. i.e. instance of a class per webserver... all application scripts should talk only to that same instance irrespective of the request. p - Original Message - From: "Alexander Skwar" <[EMAIL PROTECTED]> To: "Purushotham Komaravolu" <[EMAIL PROTECTED]> Cc:

[PHP] Re: [PHP-DEV] singleton feature

2002-06-24 Thread Alexander Skwar
So sprach Purushotham Komaravolu am 2002-06-24 um 11:39:36 -0700 : > > Hi , > I have a small suggestion. I guess it is a good feature to > have a provision to have a Singleton class per webserver instance. This is > especially useful for maintain user defined connection pools, logge