Web to Database "Wait time out and mutex?"

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
steveac
Posts: 6
Joined: Thu Apr 29, 2004 10:48 am

Web to Database "Wait time out and mutex?"

Post by steveac » Wed May 05, 2004 7:48 am

I have installed the web front and database on different boxes. A problem we are encountering at the minute is when trying to log in through vault client. The time connecting to the server is so long that a time out msg appears indicating "mutex has been exceeded"
Any ideas please
Thanks

sterwill
Posts: 256
Joined: Thu Nov 06, 2003 10:01 am
Location: SourceGear

Post by sterwill » Wed May 05, 2004 8:48 am

The Vault Windows Forms client doesn't use a mutex to do any locking during logging in. It does use mutexes to lock local data files, to keep multiple Vault clients from having the same local data file open for writing at the same time. This happens soon after logging in, and may be what you're seeing. As far as I know, VaultWeb (the web-based client) can't deal with this local data, so it would never be able to take a mutex.

Are you running multiple (non-web) Vault clients at the same time? Would it be possible to attach a screenshot of the behavior?
Shaw Terwilliger
SourceGear LLC
`echo sterwill5sourcegear6com | tr 56 @.`

Post Reply