언어 설정

Menu
Sites
Language
ListView with remote images - E_MAX_EXCEEDED limitation

Hello there,

Is there any way to change the number of  E_MAX_EXCEEDED pre-defined?

I have a ListView thats loads multiple (hundreds) images remotly, and each CustomItem has one unique image.

I can load the image using the DecodeUrl but after 3 successful loads, i stumble into the E_MAX_EXCEEDED error.

Many thanks

Nuno.

답변 바로가기

Responses

2 댓글
Mark as answer
Alex Ashirov

Hi,

I think that you can’t change this system wide constant. This exception means that “The number of concurrent accesses to the URLs have reached the maximum limit” So, you can solve the issue by decreasing number of simultaneously started downloads.

Jirka Prazak
As I have told you before you have to do delete &httpSession after you process the http request in the callback method. Look at the code I posted in the answer to your previous post. -Jirka