From: Alex P. <pes...@ma...> - 2012-03-22 08:44:09
|
On 03/22/12 12:29, Thomas Steinmaurer wrote: > => Does that mean: We have a single executable in Firebird 3. When -m is > used, this means a single server process and the SharedCache, > SharedDatabase parameters controll whether it's SS or SC. When -m is not > used, then it's one process per connection thus CS. > > Is this correct? Yes. BTW, in posix things are even more funny. "firebird" executable detects, is it started from shell (SS/SC) or from (x)inetd network listener (CS). Therefore no switch "-m" is needed at all. |