<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Simon McVittie Wrote:<BR><BR>
&gt; What you're missing is that I'm using timeout_add as a silly fake<BR>&gt; example of a way to get a callback called later.<BR>
&nbsp;<BR>
Ok I see, that makes sense, its a spoofed delay, I see what you mean by that now, thanks.<BR>
<BR>&gt; where webservices.call is an asynchronous API provided by the library<BR>&gt; you're calling into.<BR>
&nbsp;<BR>
Ok, so perhaps this is the problem, it doesn't look as if the method call I'm calling against on my API is asynchronous, it doesn't return a value straight away or accept a callback argument, it just processes and returns the value in a synchronous manor. The API I'm making calls too is another DBUS interface, apparently with some functions being asynchronous, unfortunately the one in particular that&nbsp;I'm calling, isn't.<BR>
&nbsp;<BR>
I might have to go down the route of spawning some type of threading on this to see if I can get something working. What would be your suggestion on how to implement threading into my service to try and mock the asynchronous call?<BR>
&nbsp;<BR>
Sorry for all the questions flying at you Simon, I really appreciate the help,<BR>
&nbsp;<BR>
Robert<BR><br /><hr />Everything in one place. <a href='http://www.windowslive.co.uk/get-live' target='_new'>All new Windows Live!</a></body>
</html>