[KDev3.4] BlockingKProcess should be fixed.

Andras Mantia amantia at kde.org
Mon Apr 23 16:31:33 UTC 2007


On Monday 23 April 2007, Andreas Pakulat wrote:
> Huh? A BKProc executes and external process, why does that trigger
> kio? Or do I misunderstand something?

Yeah, this is unclear for me as well. 

Or do you have the following code:

some_method {
 KIO call (not via NetAccess)
 ...
 BKProcess call 
}

In this case there might be a problem as the KIO call is actually 
performed when the event loop runs again (and this happens in the 
BKProcess call). Such code should be avoided if possible. But doing a 
KIO::NetAccess call followed by a BlockingKProcess call shouldn't cause 
any problem.

Anywa, point us to the real code, so we can see it completely.

Andras

-- 
Quanta Plus developer - http://quanta.kdewebdev.org
K Desktop Environment - http://www.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20070423/f5d88273/attachment.sig>


More information about the KDevelop-devel mailing list