Leigh Dyer wrote:
... one issues that causes trouble is that when
someone accesses a reporting page on one site, which can take a minute or two to run, other sites seem to be largely unaccessible until the original request is complete.

Is this a known issue, or something odd with my particular setup? ...
> The apps are connecting to a SQL Server database using the Object Craft
> Sybase module.

Does the Sybase module support connection pooling or did you try with Miscutils.DBPool? Maybe the module is using locks to ensure thread safety, and these locks block other Webware threads trying to connect to the database.

-- Christoph


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to