KIO question - synchronous IO?

Leo Savernik l.savernik at aon.at
Tue Nov 18 22:15:00 CET 2003


Am Dienstag, 18. November 2003 21:55 schrieb Maciej Stachowiak:
> Does KIO have a way to execute a job synchronously, or otherwise do
> sync I/O? I think I will need this for the sync loading feature of
> XMLHttpRequest. If not, I can do that part of it in #ifdef
> APPLE_CHANGES for now. (Yes, I know it's terrible to let a script do
> sync I/O, Microsoft designed it, not me.)

KIO::NetAccess simulates synchronous operations by (mis)using the Qt event 
loop.
>
[...]

mfg
	Leo



More information about the Khtml-devel mailing list