It seems that it is only possible to open 2 Webrequests at the same time. A
third request waits until one of the other requests is finished. How can I
enhance this limitation? Or do I something wrong?

I need more then 2 HttpRquests because they are endless (MJpeg Stream).

Any ideas?

Ralf

Re: Max number of simultanous HttpWebRequests in CF2.0 by Daniel

Daniel
Tue Jul 05 04:35:34 CDT 2005

Does this help?
http://blogs.msdn.com/davidklinems/archive/2004/09/10/228169.aspx

Cheers
Daniel
--
http://www.danielmoth.com/Blog/


"rk" <rk@discussions.microsoft.com> wrote in message
news:49023D52-2B94-4EF6-AC42-0B7D619B7B2D@microsoft.com...
> It seems that it is only possible to open 2 Webrequests at the same time.
> A
> third request waits until one of the other requests is finished. How can I
> enhance this limitation? Or do I something wrong?
>
> I need more then 2 HttpRquests because they are endless (MJpeg Stream).
>
> Any ideas?
>
> Ralf


Re: Max number of simultanous HttpWebRequests in CF2.0 by rk

rk
Tue Jul 05 04:57:01 CDT 2005

> Does this help?
Yes, this is the solution.

THANKS