Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need Service dependencies to keep running longterm [CORE404] #748

Open
firebird-automations opened this issue Mar 11, 2004 · 4 comments
Open

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: mericksen (mericksen)

SFID: 914240#⁠
Submitted By: mericksen

I think this applies to FBGuradian and FBServer both.

I recommend adding Windows service dependencies for the
windows implementation. The issue is that in certain
circumstances (like a Windows update/patch) the boot
order of various Windows services can change. This
means that the service called "lanmanserver" (which is
displayed as "Server") which initializes the networking
stack in Windows may be changed to start AFTER Firebird
starts. This means Firebird cannot bind to the socket
because it hasn't been initialized yet.

This happens to some of our clients occassionally and
would not happen if a service dependency existed.

My applications run as services also and *must* access
Firebird through TCP connection. To make my
applications usable with Firebird or Interbase I've let
the service dependencies be defined from a config file
so it can be changed if needed. Something similar might
be helpful with Firebird. It believe it would fix the
issues that I've encountered.

-Mark E.

PS> Excellent work with Firebird. It is now my DB of
choice for embedded applications. Great job!

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

If I'm not mistaken, it's an installation issue.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

assignee: Paul Reeves [ paul_reeves ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Component: Installation [ 10012 ]

SF_ID: 914240 =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 10428 ] => Firebird [ 14707 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants