Re: Asynchronous File Reading



"Dugas, Alan" <alan dugas analog com> writes:
Does anyone have a suggestion on how I could asynchronously read a file?
I've tried using gtk_timeout_add()/gtk_timeout_remove(), but this causes
"racing" conditions when run over a network.  Any ideas would be greatly
appreciated.


Sure, use g_io_add_watch().

Havoc




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