vetriselvi / shedskin

Automatically exported from code.google.com/p/shedskin
0 stars 0 forks source link

Python CGI support #174

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Can we get support for the CGI library?  Would be nice to write some scripts 
for a web server that can then be C++ed.

Or is this something I can do myself?

Original issue reported on code.google.com by cyborg10...@gmail.com on 25 Sep 2012 at 11:05

GoogleCodeExporter commented 8 years ago
I haven't looked at the API for this library, but I guess it should be possible 
at least to some degree. but someone indeed has to start working on it.. :-) 
not sure how generally useful this would be though. I guess typical code that 
uses cgi won't benefit much from compilation to c++, or we could use a 
shedskin-compiled extension module to run the speed-critical parts..

if you'd like to look into this nevertheless, please see the shedskin 
documentation wiki for information about how to approach this, and of course in 
lib/ there are quite a few examples of other libraries.

Original comment by mark.duf...@gmail.com on 28 Sep 2012 at 5:55