On 06/03/06 19:21, Vladimir Pouzanov wrote:
> On 6/3/06, James Bennett <[EMAIL PROTECTED]> wrote:
>> Dojo allows either synchronous or asynchronous calls to a server,
>> depending on the parameters passed to dojo.io.bind(). If you're seeing
>> something blocking until a server call completes, most likely it's
>> using a synchronous call.
> 
> I experience that trouble on all Dojo-powered sites including their
> homepage. Anyway don't like a toolkit that locks my browser up even in
> 'official' way.
> 

Isn't that because of dojo.require loading libraries synchronously?
I believe if you prepackage all required libraries in one js file, which 
the browser then can cache, it shouldn't be a problem.

At least that's my understanding of how it works.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to