Re: Even more DO problems
Re: Even more DO problems
- Subject: Re: Even more DO problems
- From: Lloyd Dupont <email@hidden>
- Date: Tue, 10 Jun 2003 09:28:09 +1000
it looks like your method is never ending (returning), is it ?
On Tuesday, June 10, 2003, at 06:02 AM, Sailor Quasar wrote:
Ok, I got a multithreaded client-server setup almost working with
Distributed Objects, but there's a problem...
The client opens a connection to the server and sends some data across
using a message for the purpose. If I declare the message as (oneway
void), all is well with the world. If I don't use oneway, the client
blocks forever somewhere inside the DO runtime. The server receives
the message, and the relevant run loops are running on both sides. Any
ideas what I might be doing wrong?
-- Sailor Quasar, guardian of Leraz's memory
"Face of stone, mind of calm, soul of love."
Email: email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.