Peter Royal [mailto:[EMAIL PROTECTED]] > On Thursday 10 January 2002 12:48 pm, Stephen McConnell wrote: > > understand correctly, under Phoenix the proxies etc. are already > > instantiated .. is there a real benefit in delaying a lookup > > invocation ? > > I delay lookup in ThreadSafe components that access Pooled ones. Take a > component that accessed the database for example. It is ThreadSafe, but I > don't want to just grab a single connection upon component > initialization. > Rather as a data-accessing method is called, it gets a DB > connection, does the work, and returns it to the pool.
That makes sense. In my environment I'm at a higher level of abstraction - I'm playing with things like user, task, processor, collaboration, community managers etc. - I'm never looking at things like eeek - DB connections or sockets! (But just between you and I, I am watching the DB connection stuff with interest - one day I will have to introduce you to PSS). Steve. Stephen J. McConnell, OSM sarl digital products for a global economy http://www.osm.net mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>