Subject | Re: [firebird-support] Corruption with two forebird server |
---|---|
Author | Elmar Haneke |
Post date | 2004-04-14T16:11:54Z |
> I have made a load balancing (lvs) between two firebird server whoAccessing an file on an NFS server is disabled by default. An single
> can access on a unique gdb file shared by a nfs server.
Database file must not be accessed by differend Server-Instances. On
Super-Server access should be excluded by exclusively opening the
file, on Classic-Server the file is opened in shared mode but access
is coordinated by an server process.
> After a certain time my database file appears to be corrupted...It should be corrupted rather shortly.
> Is anyone have made a load balancing solutions of firebird serversYou might try out replication to synchronize two copys of your
> on a single gdb file without any corruptions??
database. Without DB-Copys on differend harddsik you will presumably
have no gain since the DB-Server mostly is IO-bound, not CPU-bound.
Elmar