Subject | RE: [firebird-support] Network DB |
---|---|
Author | Alan McDonald |
Post date | 2005-09-22T13:38:17Z |
> I was under the impression that when connecting to the file,yes it locks it. But normally the client app stays connected. If you want to
> firebird would
> lock it, and access would be like in a queue (first come first serve).
>
>
>
> Peter
continually disconnect/reconnect to let others get access, then you still
have a brokering problem since no client will know when it's their turn to
try. They will keep trying until another user disconnects. Pretty boring
performance issues there.
Anyway it can't happen since embedded will not allow it. You'll have to
think of anohter solution. (Like a server install - hey)
Alan