Re: Lightweight threading options?
"Ben Simon" <[email protected]> Mon, 28 May 2007 04:28:39 -0400
| Newsgroups | gmane.comp.java.sisc.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the feedback guys. I've actually gone ahead and implemented a quick Termite like package built on SISC threads. I haven't tested to see how scalable it is, but I assume that it can't compete with the lightweight threads of Gambit-C. Still, for my purposes (most just playing around) I don't need to spawn millions of threads and so using SISC should work great. I've written up my work here: http://benjisimon.blogspot.com/2007/05/cicada-erlang-style-message-passing-for.html -Ben On 5/21/07, Scott G. Miller <[email protected]> wrote: > > On Mon, May 21, 2007 at 09:43:46AM -0400, Yohanes Santoso wrote: > > "Scott G. Miller" <[email protected]> writes: > > > > > On Sun, May 20, 2007 at 11:23:21AM -0400, Ben Simon wrote: > > > > > how lightweight are SISC threads? Are they just > > >> a wrapper around Java Threads? > > > > > > They are indeed wrappers around Java threads, so the lightweightness > > > depends on the JVM you're using. > > > > Sun's JVM version 1.3 or earlier offers green thread. You may want to > > try running SISC on it. > > > > I think the green thread is only a Mx1 model, not a MxN. > > Thats correct. > > Scott > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Sisc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sisc-users > -- Ben Simon My blog: http://benjisimon.blogspot.com tenspotting.com - Top 10 Lists++ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Sisc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisc-users