Re: gthreads and file operations



1) you mean glib threads right? (maybe there is a gnome thread?)
2) you're going to want to use glib based functions like io channels
instead of stdio (for regular files at least)
3) "don't seem to work" is not enough information for anyone to help you
4) you also need a real reason to be using threads in the first place
since that sort of thing should be discourage unless it truly is
appropriate. (not that you don't have a real reason, just that many people
assume they do when it actually is just making the problems worse)
5) start with reading up on the glib interfaces
http://library.gnome.org/devel/glib/stable/

-- 
www.thomasstover.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]