<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:11.0pt;
font-family:Arial'>I am new to this group, but I'm hoping someone could offer
some advice as to a complicated issue I am having.<br>
<br>
I have created a (multithreaded) Python application that performs asynchronous
queries. Unfortunately, I'm having a very difficult time setting it up as a
service.<br>
<br>
It should run as follows:<br>
<br>
1) A remote server starts the service<br>
2) while the service is running, it performs its asynchronous
lookups--something like:<br>
<br>
while 1:<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-indent:.5in'><font size=2 face=Arial><span
style='font-size:11.0pt;font-family:Arial'>ASYNCH_QUERY()<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-indent:.5in'><font size=2 face=Arial><span
style='font-size:11.0pt;font-family:Arial'>time.sleep(30)<br>
else:<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-indent:.5in'><font size=2 face=Arial><span
style='font-size:11.0pt;font-family:Arial'>sys.exit()<br>
<br>
I have taken a look at the pipeTestServiceClient.py and pipeTestService.py
examples from win32all build 209, but I couldn't figure out how to adapt it to
my own code, since nothing needs to be echoed back to the &quot;invoking&quot;
server. Does anyone have any ideas?<br>
<br>
<br>
Thanking you in advance,<br>
<br>
CAN</span></font><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p></o:p></span></font></p>

</div>

</body>

</html>