On Thu, 2007-01-18 at 09:46 +0100, Rhythmic Fistman wrote:
> On 1/17/07, Erick Tryzelaar <[EMAIL PROTECTED]> wrote:
> > Rhythmic Fistman wrote:
> > > Scrubbed in digest mode - but I'd still like to see it.
> > > Any chance of a link on the flx server?
> >
> > It looks like John put it in subversion, so you can either do a svn
> > update, or go here:

Yup. Unfortunately Dia is a bit primitive, it still isn't
as good as Visio (and it crashes a lot too). I tried to make
the fonts bigger but couldn't do it without ungrouping everything
and editing every piece of text, but couldn't find a way ..
so I had to render the diagram at 100% resolution to make
a .png rendering that where the text was actually readable.

The diagram may not be complete, and isn't what I really
need to document for myself: what I need to understand
is actually how the async I/O stuff works with the
various threads and state objects. Providing a copy
of the whole async I/O system for every pthread
spawned by Felix shouldn't be necessary (but that is
what happens because at the moment spawn_pthread
spawns a completely distinct Felix process with
its own top level scheduler loop, and that
loop has a "wait" queue for fthreads which have
had async I/O requests serviced and are ready
for synchronous scheduling.

This is REALLY heavyweight! And not at all what we
might want for doing something like parallelised
matrix multiplication.



-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to