On Thursday 31 January 2002 13:51:13, Lars Knoll wrote: > > khtml expects the data to be delivered in chunks that are manageable. If > you send 500k in one chunk it'll block, as it parses all 500k at once. One > could work around that in khtml, but I'm not sure if that's really what we > want. There is no problem in konqueror, as kio sends its data in 32k > chunks. Well, if you say, this causes no slowdown for the total rendering time, we can change this. Nevertheless, I still don't like these processEvents() calls very much. Maybe this can also be done with a QTimer::singleShot(0, ...). Regards, Michael Häckel _______________________________________________ kmail Developers mailing list kmail@mail.kde.org http://mail.kde.org/mailman/listinfo/kmail