joe jacob a écrit :
> Hi All,
>
> I am planning to design a website using windows, apache, mysql,
> python. But I came to know that python cgi is very slow.
The problem here is not with Python, but with how cgi works - that is,
by launching a new process for each request. Trying to write Java cg
> I am planning to design a website using windows, apache, mysql,
> python.
You don't mention what sort of website...low-volume or
high-volume, basic text or graphic-intensive, simple design or
complex web-application logic. Each of these factors into one's
choice.
> But I came to know that pyth
Hi All,
I am planning to design a website using windows, apache, mysql,
python. But I came to know that python cgi is very slow. I came across
mod_python also but no good documentation are available for learning
mod_python. Suggest me a good solution for this as I don't know other
languages like P