Re: URL Access Manager on OS9
Re: URL Access Manager on OS9
- Subject: Re: URL Access Manager on OS9
- From: Bryan Pietrzak <email@hidden>
- Date: Wed, 1 Oct 2003 13:16:11 -0500
On Wednesday, October 1, 2003, at 01:01 PM, Eli Green wrote:
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.
Yeah, I ran into the same problem on OS 9. My solution was to queue up
requests and then install a timer and start each download two seconds
apart when on OS 9. Not ideal, but this was just an artwork updating
thing, so it wasn't absolutely critical to have the everything done
quickly.
Bryan
_______________________________________________
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.