[Mono-list] Weird remoting problems under Windows.

George Farris farrisg at cc.mala.bc.ca
Tue May 24 12:16:46 EDT 2005


On Tue, 2005-05-24 at 13:11 +0200, Lluis Sanchez wrote:
> Hi,
> 
> My guess is that your problems are due to GTK code running in threads
> other than the GUI thread. The remoting infrastructure has its own
> thread pool, and remote calls are executed in arbitrary threads taken
> from that pool. A solution would be to dispatch all incoming calls in
> the GUI thread using ThreadNotify or something like that.
> 
> Lluis.

But if it was a problem with the thread pool wouldn't it fail when
running under Linux as well?  Not sure I understand why it only fails to
display one widget but the rest are displayed.  Very strange, seems more
like a bug to me.


-- 
George Farris   farrisg at mala.bc.ca
Malaspina University-College





More information about the Mono-list mailing list