[Kss-devel] Large response goes missing
Balazs Ree
ree at ree.hu
Wed Sep 5 07:37:50 CEST 2007
Tue, 04 Sep 2007 17:48:51 +0200 keltezéssel Godefroid Chapelle azt írta:
> Hedley Roos wrote:
>> Seems I sent my reply directly to Balazs and not the list... so here we
>> go again.
>>
>> It is not Azax/kss that sends such a large response but my Python
>> Script. I'm basically setting a very large piece of markup (the 900k)
>> as innerHTML for a div. Most of the time the markup never appears in my
>> browser. It could of course be my browser / network at fault, but I
>> doubt it (using FF2). When I set only a few chars (lik 'xxx') it works
>> as expected.
>> _______________________________________________ Kss-devel mailing list
>> Kss-devel at codespeak.net
>> http://codespeak.net/mailman/listinfo/kss-devel
>
> Did you check in Firebug if there is a timeout problem ?
>
> KSS stops to await for its request after a fixed time and closes the
> connection.
>
> Balazs, we might need to setup timeout on a request per request base.
>
> we could have
>
> kssTimeout parameter mentioned in KSS
>
> Hedley, this is prospective, it does not exist now.
Yes, we were thinking about that, it might arrive one day as an action
parameter for the server action.
However what I would like to know, is _why_ you need to generate such a
big html? It seems to be the wrong pattern and against the point of ajax,
it is better to send to the page the html that is visible at that moment.
--
Balazs Ree
More information about the Kss-devel
mailing list