hi remy,
  The webdav resource class has methods like
propfind,getMethodData(),lock(),unlock().
  I notice that some methods like lock() and unlock() are overloaded to
accept an additional path element but the methods like getMethodData() and
getMethodDataAsString() do not have any such overloaded methods which take
an additional path parameter. What is the reason for this.
   thanks,
   rajkumar

-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 28, 2001 10:35 AM
To: [EMAIL PROTECTED]
Subject: Re: Database Connection Pooling in Slide ??


Quoting "Kumar, Ashok" <[EMAIL PROTECTED]>:

> Hi All
>
>    Is there any Database connection pool implementation available in
> the
> JDBC content Store.?
> This could really help as we could use them more efficiently with
> frameworks like Avalon.
>
> Can some one throw some light on this aspect???

Yes, the plan is to eventually write a Store which would use a
(XA)DataSource,
which should allow doing concurrent operations.

Remy

Reply via email to