Any reason not to just import CGI in Python? -
any reason try , replace else? i'm beginner python, have encountered problems c , importing cgi. list of instance import cgi not best option great further understanding of language use.
you should choose wsgi instead of cgi. cgi applications slow need re- invocation of interpreter every request, wsgi on other hand pools them , more efficient. wsgi more mainstream. little research on web , better , more detailed answers.
in past have used cgi python usage has been image/chart generation,where core lib implemented in c/c++.
Comments
Post a Comment