[Ucxx-main] Re: [sigc] libsigcx library to be started
Status: Beta
Brought to you by:
rottmann
From: Paul D. <pb...@op...> - 2002-08-15 09:59:49
|
>As of now, libsigcX has a dependency on glib (www.gtk.org), which is >used for the implementation of the thread part of libsigcX. How do you >feel about that? Should I reimplement the thread interface to run >directly on POSIX threads? i could never see any justification for not using pthreads. its a documented standard API, independent of any actual OS. glib's threads, like most other thread wrappers, are just 1:1 mappings of the pthread API, potentially covering missing functionality in a non-native thread implementation, which strikes me as pretty silly. ymmv. --p |