Re: Re: Threads?
Ben Laurie <[email protected]> Tue, 06 Apr 2004 19:27:06 +0100
| Newsgroups | gmane.comp.lang.prothon.devel |
|---|---|
| Message-ID | <[email protected]> |
Mark Hahn wrote: > "Ben Laurie" <[email protected]> wrote > > >>Ben Collins wrote: >> >>>I can't see us >>>doing prothon without threads. >> >>I'm curious to know why not? >> > > > The biggest problem is that our garbage collector runs in a seperate thread > from the application. We could have the interpreter stop now and then and > run the GC, but it's not in our current design. It always just boils down > to extra work of course. > > How much of the "marketplace" is going to want to run threadless? I can't > imagine Apache running threadless for example. Apache 1.x is always threadless except under windows. Apache 2.x is optionally threadless. IIRC, things like PalmOS and definitely any number of RTOS are threadless. I think excluding that market is short-sighted. Cheers, Ben. -- http://www.apache-ssl.org/ben.html http://www.thebunker.net/ "There is no limit to what a man can do or how far he can go if he doesn't mind who gets the credit." - Robert Woodruff