Subject Re: [firebird-support] Firebird - Server/Workstation requirements
Author Aage Johansen
On Sun, 4 Apr 2004 17:06:48 +0000 (UTC), Elmar Haneke wrote:

> Johan van Zyl schrieb:
>
>> 1. Can a Firebird database succesfully be run on Win 98 as FILESERVER
>> (Peer to Peer)?
>
> Peer-to-Peer is possible on embedded firebird only, this implys that only
> one client does open the database any time.
>


Install Winsock2, and you can use TCP/IP. It will then accept multiple
clients like a regular server.

In any case, Win9x is not a good choice for a server.
RAM requirements also depends on <page size>*<no of cache pages>, but 128MB
should be fine for running one database, and you can get away with
less. If you want to do additional work on this pc (not really
recommended, in particular with Win9x) you may need to add more.


--
Aage J.