-
Notifications
You must be signed in to change notification settings - Fork 115
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
Feature - Fine tune control over processing #50
Comments
Hi, |
Is there any excessive overhead if I do that? Otherwise that sounds like an
excellent idea, didn't even think of it. Thanks.
…On Sun, Feb 3, 2019, 11:25 J-Christophe Bos ***@***.***> wrote:
Hi,
If you want to do that, without thread, you just can stop the server in
the client connection callback event, no ? :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABBp_g0z8Nj0J5z4sFVTMBg-6ah5umomks5vJxtrgaJpZM4agJ-B>
.
|
No, because in any case, this is in the processing of the reception of the client socket that allows to close the server properly. The loop then comes out immediately (err #113) :) |
Hello,
I released a fully new version (v2.0) of my web server here :
github.com/jczic/MicroWebSrv2.
Open source MIT, fully asynchronous, more robust, more fast and more
efficient!
It is delivered with a good documentation.
Thank you for your support and feedback.
… Is there any excessive overhead if I do that? Otherwise that sounds like an
excellent idea, didn't even think of it. Thanks.
On Sun, Feb 3, 2019, 11:25 J-Christophe Bos ***@***.***>
wrote:
> Hi,
> If you want to do that, without thread, you just can stop the server in
> the client connection callback event, no ? :)
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#50 (comment)>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/ABBp_g0z8Nj0J5z4sFVTMBg-6ah5umomks5vJxtrgaJpZM4agJ-B
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAegLOFRwM78aMjfz91azlBS6lEsAwF0ks5vKEH_gaJpZM4agJ-B>
.
--
*Sincèrement,*
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was thinking about creating a pull request to take the _serverProcess function and the ability to run the process outside in a while loop at the parent thread process.
Proposed Addition
Example Usage
Any thoughts, perhaps I didn't consider an already present micropythonic way to do this.
The text was updated successfully, but these errors were encountered: