You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Thomas Bopp <as...@uni-paderborn.de> on 2007/05/24 10:32:43 UTC

slide wck performance

Hi there!

I created a BasicWebdavStore Module and enabled it in the slide  
configuration. My module connects to my server and
calls appropriate functions in my Document Service through RMI.  
Unfortunately, each request takes very long. Even an Options command  
tooks 6s (see output below). I logged each time a storage is created  
and the commands. Obviously, the storage creation with service lookup  
takes most of the time ....

I am wondering why so many storages are created for an OPTIONS (its  
the same for propstat, etc.) and why it calls isFolder("steam")  
repeatedly (thats my files/ location). The configuration is basically  
the example domain.xml with a few changes.

I am deploying in jboss using jaas.

Any help would be appreciated!
Thanx in advance,
Tom