[DGD] Multi Threading

Noah Gibbs noah_gibbs at yahoo.com
Sat May 10 23:15:26 CEST 2003


  Those things are quite handleable now.  But if you
mean, "will any thread appear to always be running and
never exit?", the answer is "no".  Threads will still
spawn often and terminate quickly, it's just that more
than one may be running at the same time.
  Remember that DGD does a certain amount of heavy
lifting when threads terminate (swapping objects to
disk, recompiling objects, etc), and that still has to
happen, and happen often.

--- Ben Chambers <bjchamb at bellsouth.net> wrote:
> When the multi-threaded version is released, how
> exactly will it deal with
> multithreading?  Will it be possible to create a
> message queue and set a
> thread to iterate over that and do some processing? 
> What about setting a
> thread to listen for connections to a webserver and
> run a webserver
> independently of the the main thread.  Will these
> types of things be
> handleable?


=====
------
noah_gibbs at yahoo.com

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list