Re: Rendezvous & StartupItems
Re: Rendezvous & StartupItems
- Subject: Re: Rendezvous & StartupItems
- From: Lloyd Dupont <email@hidden>
- Date: Tue, 17 Jun 2003 10:04:56 +1000
Thanks, if I add mDNSResponder in the require section it work (at least
the Rendezvous part).
(BTW, to answer your questions, I am advertising a new kind of
(unregistered) service)
my service require also DO, and although it does work , we never know !
which service should I require for NSNameServer and NSSocketNameServer
to be already initialized ?
on an other though I have an other problem you might help.
I didn't thoroughly check that all my socket & network stuff are
correctly released, although I believe they are (today I will test, I
have only debugging left), however when I run my program. stop it and
the restart it, I have, SOMETIMES, this error:
CFMessagePortCreateLocal failed (name = Processes-0.7995393 error = 0)
I think (without being sure) that the error happen when:
when I start the program I check locally for a connection named "name
of my program". I think that, when I restart it sometimes find a
"phantom" connection to its former self and bug like that when trying
to connect to it... any though ?
On Tuesday, June 17, 2003, at 02:59 AM, Creed Erickson wrote:
On Sunday, June 15, 2003, at 08:45 PM, Lloyd Dupont wrote:
Did anyone had any luck using Rendezvous in StartupItems ?
it don't work very well for me ...
I have no experience specifically with Rendezvous, but I (or others)
might be able to help a little if you give more facts.
What are you trying to do? Are you trying to advertise a service over
Rendezvous or become the client of a service someone else is
advertising? What is happening, or not, as the case may be?
If you are trying to export a service, is you startup item listing
mDNSResponder as a requirement?
---
Creed Erickson <email@hidden>
"Not a shred of evidence exists in favor of the idea that life is
serious."
- Brendan Gill
_______________________________________________
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.