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

API on unix domain socket #22

Open
byaka opened this issue Dec 10, 2015 · 2 comments
Open

API on unix domain socket #22

byaka opened this issue Dec 10, 2015 · 2 comments

Comments

@byaka
Copy link

byaka commented Dec 10, 2015

As i understand, python wrapper communicate with webkot over tcp. Is it possible to use unix socket for this? So we not busy port, and it can be usefull with multiple instances

@niklasb
Copy link
Owner

niklasb commented Dec 10, 2015

The problem here is that this would prevent webkit-server from running on Windows. I like the idea though, this is something I have considered as well.

@byaka
Copy link
Author

byaka commented Dec 10, 2015

I think it can be optional, or for example default on unix (on win default can be random open port like in phantomjs webdriver)

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