Re: Http listener

2007-01-25 Thread Gabriel Genellina
At Thursday 25/1/2007 23:32, [EMAIL PROTECTED] wrote: Am trying to find any resources that helps me to do write the Http Listener.. Use SimpleHTTPServer; see its source code for an example. -- Gabriel Genellina Softlab SRL

Http listener

2007-01-25 Thread elrondrules
Hi Am new to python and I am trying to do the following: 1. Write a Http Listener (listening on a particular port) that subscribes to a process. 2. This process posts events as xml docs. 3. Parse the xml docs as and when they are posted. Am trying to find any resources that helps me to do write