Re: [Gtk2hs-devel] Concurrent with gtk2hs.

2009-11-09 Thread Andy Stewart
Axel Simon writes: > On Nov 8, 2009, at 19:41, Andy Stewart wrote: > >> Hi Axel, >> >> Now i try to write some multi-process program, so i need use NamedPipe >> to communication with those processes (ParentProcess and >> ChildProcess). >> And i need use multi-thread to do concurrent in process,

Re: [Gtk2hs-devel] Concurrent with gtk2hs.

2009-11-09 Thread Axel Simon
On Nov 8, 2009, at 19:41, Andy Stewart wrote: > Hi Axel, > > Now i try to write some multi-process program, so i need use NamedPipe > to communication with those processes (ParentProcess and > ChildProcess). > And i need use multi-thread to do concurrent in process, example, > some thread to

[Gtk2hs-devel] Concurrent with gtk2hs.

2009-11-08 Thread Andy Stewart
Hi Axel, Now i try to write some multi-process program, so i need use NamedPipe to communication with those processes (ParentProcess and ChildProcess). And i need use multi-thread to do concurrent in process, example, some thread to paint UI, some thread to communication with other process through