Laimonas Simutis wrote:
On Fri, Apr 11, 2008 at 6:01 PM, Scott Anguish <[EMAIL PROTECTED]> wrote:
On Apr 10, 2008, at 9:04 PM, Laimonas Simutis wrote:
Hey,
This is my first cocoa projects so I am kind of finding my way around
the framework. The question I have is maybe more related t
On Fri, Apr 11, 2008 at 6:01 PM, Scott Anguish <[EMAIL PROTECTED]> wrote:
>
> On Apr 10, 2008, at 9:04 PM, Laimonas Simutis wrote:
>
> > Hey,
> >
> > This is my first cocoa projects so I am kind of finding my way around
> > the framework. The question I have is maybe more related to the design
> >
On Apr 10, 2008, at 9:04 PM, Laimonas Simutis wrote:
Hey,
This is my first cocoa projects so I am kind of finding my way around
the framework. The question I have is maybe more related to the design
practices with cocoa.
I make a HTTP call to a server which gives me back a list of urls
pointin
You can start new downloads from the queue in your downloadDidFinish:
delegate method.
On Apr 10, 2008, at 7:04 PM, Laimonas Simutis wrote:
The problem with the above is that I spawn as many downloaders as the
urls returned by the server since downloadItem does't block. What
would be the be
Hey,
This is my first cocoa projects so I am kind of finding my way around
the framework. The question I have is maybe more related to the design
practices with cocoa.
I make a HTTP call to a server which gives me back a list of urls
pointing to mp3 files. For each url handling I created FileDown