G
gus
Guest
when you you start the database with a "proserve -pf foo.pf" command, this starts the primary broker process. that initializes the database server and performs crash recovery if necessary. if tcp connections are enabled, then it also listens for connections requests on the specified port. when a connection request arrives, it is assigned to an available server process or a new process started if the server limit has not been reached. the server accesses the database on behalf of its clients until they disconnect. there are quite a few configuration options. i won't go into those here. you should read about them in the documentation.
Continue reading...
Continue reading...