On Sun, Sep 20, 2009 at 10:58:56AM +0200, Benoit Chesneau wrote:
> Hi all,
>
> I have to setup a full redundant installation for a web services in
> view of having failover from one machine to the other. So data need
> to be replicated fin quasi realtime. There is solution like drbd on
> linux that works like a raid1 over tcp, but I wonder if there is any
> solution that would allow me to do it on openbsd ? also is there any
> distributed fs that could work over openbsd ?
The "well-known" solution is to use a database for all state and
replicate that. A simpler solution is to just use a static site. What
issue are you trying to solve?
Joachim