nanogui@linuxhacker.org
nanogui@linuxhacker.org
> I am currently designing a widget toolkit for nano-X and was wondering abt
> how much of the unix architecture can be put to use. Will it be okay to
use
> unix signal, fork calls and system V ipc for example?
I think we should add some Nano-X IPC to allow client-client
communications. But if you use signal and fork, then we'll have
to run on Linux, and you're widget set won't run on non-Linux systems.
That's not that big a deal, except there are an increasing number of
folks using Microwindows on non-Linux systems...
IMHO, a graphics widget set shouldn't require fork(), and possibly
not signal(). If the widget set is doing other cool stuff, then that
widget could become Linux-dependent. The IPC stuff should
to into Nano-X server API.
Regards,
Greg
>
> Regards,
> Amit Kulkarni
>
> Visit me at http://amitkulkarni.net
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: nanogui-unsubscribe@linuxhacker.org
> For additional commands, e-mail: nanogui-help@linuxhacker.org
>
>
nanogui@linuxhacker.org