[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: Threads in PCB?
On Wed, 22 Jun 2005 16:30:01 -0400 (EDT)
sdb@cloud9.net (Stuart Brorson) wrote:
> While hacking around with PCB, trying to eliminate the warnings it
> gives me when running, I noticed that PCB seems to be multi-threaded.
> At least this is what I infer when running PCB in gdb and it reports
> on this or that thread running.
>
> My question: What are the different threads doing? A quick overview
> would be appreciated.
PCB itself doesn't seem to use any threads but Gtk internal functions
can when they are filling data such as reading the file system to
set up a file browsing window. This would include the dialogs for loading to
pastebuffer, saving file as, etc. There might be some other Gtk internal
operation that would trigger a thread, but offhand I'm not sure what.
Bill