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

Implement userland ports. (Someone could make a PhD of this.) (Prio) #284

Open
adam-7 opened this issue Jul 25, 2017 · 2 comments
Open

Implement userland ports. (Someone could make a PhD of this.) (Prio) #284

adam-7 opened this issue Jul 25, 2017 · 2 comments

Comments

@adam-7
Copy link

adam-7 commented Jul 25, 2017

Implement userland ports.

Someone could make a PhD of this.

We need scalable, sandwhichable userland ports so we can implement SSL, gzip and what not as ports, with high granularity control over buffering, failure states and switching between binary and text modes.

This was brought up on the ML some years ago.

@feeley
Copy link
Member

feeley commented Jul 27, 2017

Abstraction and "high granularity control over everything" are contradictory. High granularity control can be obtained by using the subtypable port types that currently exist and writing all the methods they entail for the I/O operations, buffering, etc. Is this "too much control"? In other words, perhaps you would like just a little less control if it was substantially less work to implement? I guess the bottom line is: what are the I/O operations you want userland ports to support? What are the features that should come "builtin"?

@adam-7
Copy link
Author

adam-7 commented Jul 27, 2017

This is partially an open question with me. I'll intend to post the inputs I do have here in ~7-10 days' time.

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