Python web service ...

Gabriel Genellina gagsl-py at yahoo.com.ar
Mon Aug 28 22:46:58 EDT 2006


At Monday 28/8/2006 20:45, Nicolas G wrote:

>If I want to run my program as a web service I need to setup a
>webserver , am I right ?
>Whars that difference ? can a webservice be run without a webserver ?

Well, a webservice uses HTTP as its transport protocol, so you need 
an HTTP server, but you don't have to use a full-blown web server to 
implement it. SimpleHTTPServer

 in the standard library may be enough.



Gabriel Genellina
Softlab SRL 


	
	
		
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas




More information about the Python-list mailing list