From: Dmitry Y. <fir...@ya...> - 2012-03-22 08:38:33
|
22.03.2012 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? Basically, yes. The question is what to do if the config options conflict with the running mode. There was a suggestion to adjust the -m setting dynamically, depending on the SharedDatabase option. It counds suitable at the first glance. However, I foresee some issues if someones explicitly installs "SuperServer" but it actually runs as "Classic", or vice versa :-) Dmitry |