From: Pavel C. <pc...@us...> - 2002-01-22 09:21:10
|
Hi, This question actually belong to ib-support list, but here you are anyway :) But please use ib-support in future, this lists is dedicated to Firebird QA efforts. On 21 Jan 2002, at 23:52, t eriksson wrote: > I start firebird SS from /etc/init.d/firebird start > and without starting I can't connect so > I guess that proves I'm running SS? Yes. > Still, ps shows ibguard + 3 processes running interbase. > > After a while using interbase, > there are 7 interbase processes running interbase, > is this right? I thought SS ran as one single process? Those are actually threads. Threads are reported by most Linux utilities as processes (actually, they are lightweight processes). Take a look at other parameters reported by ps command, you'll see that these "processes" share memory etc. Best regards -- Pavel There is nothing wrong with InterBase that Firebird can't fix for you http://www.firebirdsql.org |