URL Access Manager on OS9
URL Access Manager on OS9
- Subject: URL Access Manager on OS9
- From: Eli Green <email@hidden>
- Date: Wed, 1 Oct 2003 14:01:17 -0400
I have an app that uses URL Access Manager to access some HTTP/HTTPS
resources. It works great on MacOS X, but on MacOS 9, I have a few
problems with it. I tend to start more than one request at a time (I
have little control over this). One of these requests tends to result
in a 404, which is fine -- I don't care if the file isn't there.
However, the other request, the one I started before the one that
errors out, never seems to give me any results (I am using URLOpen with
a notifier callback), positive or negative.
Also, CodeWarrior seems to think that these requests are all running in
different threads. I'm not so sure I want that -- especially since my
callback gets called in the separate threads. Is there a way to force
URL Access Manager to be single-threaded? I am calling URLIdle on a
timered event.
Anyone? Bueller?
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.