Subject | Re: Determining whether Firebird Classic or SuperServer is running on the Host m |
---|---|
Author | Adam |
Post date | 2006-04-11T00:18:24Z |
--- In firebird-support@yahoogroups.com, "robertgilland"
<robert_gilland@...> wrote:
'fbserver' is Superserver
'fb_inet_server' is Classic
There are a couple of tricks to determine if a process with a
particular name is running. Google for samples in your development
language.
Adam
<robert_gilland@...> wrote:
>Well the easiest way is by process name
> How can I determine programatically whether the Host Machine is using
> SuperServer or Classic?
>
> I have found that the Service function "IsServiceRunning" simply
> does not work in a Classic environment. ( IBOAdmin )
>
> Therefore I want to ignore this function depending on whether the
> Host is using Classic or SuperServer.l
>
'fbserver' is Superserver
'fb_inet_server' is Classic
There are a couple of tricks to determine if a process with a
particular name is running. Google for samples in your development
language.
Adam