Alejandro R wrote:
> Hi, I've been using the version 6.5.9.1 and all is good. When I install
> the new version 6.6.6.1 some curios things happend. I'm using Framework
> 1.1. The problem I think is in the call to the server method. It never
> response and when I try to debug, the VS2003 hang up when I call de
> method from my JS method. The callback function is never called.
> I get into de core.ashx methods when I debug my call. I dont understand
> but it seem that the call aborts, because uses this function.
>       timeout: function() {
>               this.duration = new Date().getTime() - this.__start;
>               this.abort();
>               this.onTimeout(this.duration, this);
> I don't know how to be more specific.
> Maybe you can help me
> Thanks a lot
> And I'm sorry for my english :o)


Alejandro (and Michael), we just upgraded to 6.6.6.1 and are basically
experiencing the same problem.  It seems to be a scaling problem where
we have a server side method that accepts a list and does some
processing on each record in the list.  When the list is < 20 items to
process, no problem.  When the list is approximately greater than 20,
the callback method is never called, even once all items are processed
on the server side (the call generally executes in several seconds even
with a large list).

We tried quickly swapping back to 5.11.24.1 and the problem goes away.

Michael, any help or data that I can provide to you, just let me know.
We are also checking out 6.6.7.1 right now.

Regards,
Jason


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to