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

Support Unix domain sockets. #4046

Closed
PierceNg opened this issue Jul 23, 2019 · 6 comments · May be fixed by #15167
Closed

Support Unix domain sockets. #4046

PierceNg opened this issue Jul 23, 2019 · 6 comments · May be fixed by #15167

Comments

@PierceNg
Copy link

The socket plugin already supports Unix domain sockets. I have code for Pharo 2.0 that I will adapt to current Pharo.

@stale
Copy link

stale bot commented Mar 29, 2020

To limit bug bankruptcy (see https://www.joelonsoftware.com/2012/07/09/software-inventory/) this issue has been automatically marked as stale because it has not had any activity in 6 months. If no further activity occurs, it might be closed. If this issue remains important to you, please comment to reactivate the issue. Thank you for your contributions.

Joel on Software
Imagine, for a moment, that you came upon a bread factory for the first time. At first it just looks like a jumble of incomprehensible machinery with a few people buzzing around. As your eyes adjus…

@stale stale bot added the stale label Mar 29, 2020
@stale stale bot closed this as completed Apr 5, 2020
@astares
Copy link
Member

astares commented Apr 6, 2020

@PierceNg Still relevant?

@PierceNg
Copy link
Author

PierceNg commented Apr 16, 2020 via email

@Ducasse
Copy link
Member

Ducasse commented Apr 16, 2020

Hi pierceNG

You can also ask the consortium guys for help.
Do not show for something perfect.
You can publish the code in a PR of headless and ask feedback for example.

S.

@Ducasse Ducasse reopened this Apr 16, 2020
@stale stale bot removed the stale label Apr 16, 2020
@guillep
Copy link
Member

guillep commented Jan 28, 2023

It's not clear to me if the code finally arrived or not.
If not, this issue looks more like a small project than an actionable issue.
I propose we move it to a wiki with potential projects for people to contribute.
I'm collecting all these.
Could be a great basis for GSOC.

@guillep guillep closed this as completed Jan 28, 2023
fcr-- added a commit to fcr--/pharo that referenced this issue Oct 29, 2023
There was already some degree of support, but as seen in this blog
post a few more changes were required:

https://samadhiweb.com/blog/2013.07.27.unixdomainsockets.html

fixes pharo-project#4046
@svenvc
Copy link
Contributor

svenvc commented Oct 29, 2023

I was not aware of this issue (sorry), but we (@JurajKubelka and me) recently added some support for Unix Domain Sockets to the Zinc HTTP Components project and got the client side working, but got stuck on the server side part which we wanted to be able to write unit tests.

There is a new package https://github.com/svenvc/zinc/tree/master/repository/Zinc-HTTP-UnixSocket.package

You can check some of our commits from Aug 30 https://github.com/svenvc/zinc/commits/master or some of the closed PRs https://github.com/svenvc/zinc/pulls?q=is%3Apr+is%3Aclosed which contain conversations about this subject.

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

Successfully merging a pull request may close this issue.

5 participants