Dafydd Harries wrote: > Ar 24/11/2008 am 13:04, ysgrifennodd Alberto Mardegan: > >> - Performance: The ChannelDispatcher object is not necessary, and the >> ChannelRequest is a good thing only in theory: with its Proceed() method and >> the >> need to connect to the Failed and Succeeded signals, I'm afraid it's making >> things slower. >> > > Signals don't need to be connected each time, you can just add a message > filter > that match on interface + signal name, which has a one-off setup cost. >
No, you can't, because then you get woken up about *every* channel request, which is what the "Request as separate object" design is trying to avoid. -- Will
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
