porting bird to ecos
Martin Mares
mj at ucw.cz
Tue May 16 13:59:50 CEST 2006
Hello!
> Some applications making heavy use networking make extensive use of
> light weight threads instead, thus allowing blocking streams. This is
> more common on platforms that either don't support fork() well...
BIRD doesn't need fork(), but as I was thinking about non-blocking IO,
it could be probably worked around by using select() or poll() after
each IO operation. Does eCos support these calls properly?
Have a nice fortnight
--
Martin `MJ' Mares <mj at ucw.cz> http://atrey.karlin.mff.cuni.cz/~mj/
Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
A student who changes the course of history is probably taking an exam.
More information about the Bird-users
mailing list