I have a simple question about the Database connection.

We are using a Slide 1.0.11 release and Tomcat v3.2.2
 (with the standard Slide webapp), and tryied to use mysql v3.23+ via JDBC.
In this case, Slide will use slidestore.reference.JDBCContentStore,
there the JDBCContentStore class look like that has a single connection in sourcecode.

    :
    /**
     * Database connection.
     */
    protected Connection connection;
    :
    :
    public synchronized void connect()
        throws ServiceConnectionFailedException {
        try {
            connection = DriverManager.getConnection
                ("jdbc:" + url, user, password);
    :

If multiple client  connect  to WebDAV,  Does Slide have a single connection 
in to the Server? 
process multiple transactions concurrently?

I'd be extremely grateful for any advice

-------------------------------------------------------
 Kiyoko Takanabe - engineer 
 email: mailto:[EMAIL PROTECTED]
 iDimension Inc.


Reply via email to