> So it's like there is no pthreads, only forked processes > One more tip:
HOST: ps -eLf|grep tux UID PID PPID LWP C NLWP STIME TTY TIME CMD nobody 8386 1 8386 0 3 00:30 ? 00:00:00 /opt/tuxdroid/bin/tuxdaemo nobody 8386 1 8387 0 3 00:30 ? 00:00:00 /opt/tuxdroid/bin/tuxdaemo nobody 8386 1 8388 0 3 00:30 ? 00:00:00 /opt/tuxdroid/bin/tuxdaemo NSLU2: ps -eLf|grep tux UID PID PPID LWP C NLWP STIME TTY TIME CMD root 3677 2311 3677 1 1 00:37 pts/1 00:00:00 ./tuxdaemon root 3678 3677 3678 0 1 00:37 pts/1 00:00:00 ./tuxdaemon root 3679 3678 3679 1 1 00:37 pts/1 00:00:00 ./tuxdaemon root 3680 3678 3680 0 1 00:37 pts/1 00:00:00 ./tuxdaemon Look at PID column, looks like 3 threads on the i686 and 4 processes on the XScale. Phil ------------------------------------------------------------------------- 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/ _______________________________________________ tux-droid-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-user
