From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Thomas To: =?big5?B?p7qpeej7?= Cc: ecos-discuss@sources.redhat.com Subject: RE: [ECOS] Microwindows on eCos Date: Fri, 13 Apr 2001 06:55:00 -0000 Message-id: References: <006601c0c39a$0c4237a0$0e79718c@biou> X-SW-Source: 2001-04/msg00133.html On 12-Apr-2001 §º©yèû wrote: > Hi, > In the microwidows-eCos over iPaq port, I have several questions: > 1. In ecos/nanox_thread.c (I assume it is the main nano-x server > thread), > the code appears that nothing but the nanox_main() is called, but I > can't find its implementation anywhere. It's created by magic using #define in the Makefiles. > 2. The original client/server IPC mechanism used in microwindows is Unix > domain socket+Sys V shared memory > but what's the IPC mechanism used in the eCos port? TCP/IP socket? Normal socket I/O over the loopback network. > 3. What is the job of sytem threads in the port? > Or is there any documentations about that port? The rest are used by the TCP/IP stack.