Giter Club home page Giter Club logo

Comments (13)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024

Original comment by valenok on 5 Mar 2009 at 8:41

  • Changed state: Accepted

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
Part 1 is implemented (to be ported on Windows still)
Part 2 (pthread join) is started.

Original comment by valenok on 23 Mar 2009 at 7:12

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
Very nice!  Thank you.

Original comment by [email protected] on 24 Mar 2009 at 2:51

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
Completed part (2).
Now, windows port left.

Original comment by valenok on 24 Mar 2009 at 3:50

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
This almost does it.  mg_stop doesn't do anything to wait for the 
listening_loop to 
complete.  I'd suggest waiting for that thread and only then calling mg_fini 
from the 
thread that called mg_stop.

Original comment by [email protected] on 24 Mar 2009 at 4:12

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
The way it works now is that mg_stop() only sets a flag and returns. Master 
thread
exits its loop, and calls mg_fini(), which waits until all threads finish. I 
don't
think that mg_stop() should block, since waiting could be long.

Original comment by valenok on 24 Mar 2009 at 4:18

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
Perhaps an mg_wait() function that does both then?  When I'm embedding my own 
code 
into mongoose, I need to know the server has fully stopped before I can safely 
release my own resources...

Original comment by [email protected] on 24 Mar 2009 at 5:03

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
Maybe a boolean flag to mg_stop() is sufficient, "to wait or not to wait" (c) ?

Original comment by valenok on 24 Mar 2009 at 5:41

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
Perfect.

Original comment by [email protected] on 24 Mar 2009 at 5:42

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
After some thinking and experimenting, I decided to leave the API unchanged.
mg_stop() now blocks unconditionally until all Mongoose threads exit.

Original comment by valenok on 25 Mar 2009 at 11:34

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
Windows port completed.
Closing this issue.

Original comment by valenok on 25 Mar 2009 at 8:40

  • Changed state: Fixed

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
In the latest mongoose, the "pool of threads" behavior seems to have gone away 
and I 
get a new thread to handle every request.  Is this intentional?

Original comment by [email protected] on 19 Jun 2009 at 5:33

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 29, 2024
No, this was a breakage.
SVN head has thread pool functionality fixed. You can either update to head, or 
wait 
until 2.7 which will be released soon.

Original comment by valenok on 5 Jul 2009 at 7:50

from mongoose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.