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

Creating a Windows Service for ZEO #9

Open
gouthambs opened this issue Jul 30, 2014 · 3 comments
Open

Creating a Windows Service for ZEO #9

gouthambs opened this issue Jul 30, 2014 · 3 comments

Comments

@gouthambs
Copy link

A new thread for discussing ZEO service for Windows.

@gouthambs
Copy link
Author

Here is a gist that summarizes my attempt.

https://gist.github.com/gouthambs/edf98353726e9dfac4d8

Before I can add it I want to see if some one can help me with some issues. The service installs and starts, but for some reason doesn't have a stop capability. Not sure if it is ZEO specific. Wonder if someone can help.

@gouthambs
Copy link
Author

@jimfulton
Here is a working version of ZEO running as a windows service.
https://gist.github.com/gouthambs/edf98353726e9dfac4d8#file-zeo_winservice-py

Basically I use a lot of the code present in runzeo.py. I have just wrapped it as a service using PyWin32.

How would you like me to contribute into ZEO code base?

@jimfulton
Copy link
Member

I'd like you to release this as a separate package to PyPI.

Announce it on the ZODB mailing list and see if other people
find it useful. There's no reason why it has to be part of ZEO.

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

No branches or pull requests

2 participants