On Mon, Jun 21, 2010 at 9:03 AM, Tim Chase wrote:
> On 06/21/2010 07:40 AM, Victor Subervi wrote:
>
>> I would like to explore rewriting the shopping cart in Django.
>> The reality of the matter may make it difficult. Working
>> literally from the time I awake to when I go to sleep and not
>> havi
On 06/21/2010 07:40 AM, Victor Subervi wrote:
I would like to explore rewriting the shopping cart in Django.
The reality of the matter may make it difficult. Working
literally from the time I awake to when I go to sleep and not
having enough hours to complete everything I set for myself
makes it
I really can't begin to thank you guys enough. Great information, goes
without saying. A lot to consider. I would like to explore rewriting the
shopping cart in Django. The reality of the matter may make it difficult.
Working literally from the time I awake to when I go to sleep and not having
enou
On 6/19/2010 11:18 AM, Stephen Hansen wrote:
FastCGI is a different kind of approach to the problem; it launches
Python alongside Apache, and that Python stays alive forever. It just
redirects requests to said process when they come in. I know very little
about this model, but believe its meant t
I've caught a lot of flack (imagine that) about using CGI.
The main reason is that CGI has the overhead of loading &
unloading the Python interpreter on every request. The other
methods load the Python interpreter once (or a small,
fixed-number of times), then handle lots of requests from th
On 6/19/10 10:31 AM, Victor Subervi wrote:
> Hi;
> I've caught a lot of flack (imagine that) about using CGI. I understand
> there are several other options, to wit: mod_python, fastcgi and wcgi. I've
> messed around with mod_python without luck. What are your suggestions?
Its a slightly complicat
Hi;
I've caught a lot of flack (imagine that) about using CGI. I understand
there are several other options, to wit: mod_python, fastcgi and wcgi. I've
messed around with mod_python without luck. What are your suggestions?
TIA.
beno
--
http://mail.python.org/mailman/listinfo/python-list
Bruno Desthuilliers wrote:
> Max a écrit :
(snip)
>
> RoR is not bad, but really over-hyped. There's no shortage of at least
> as good solutions in Python. You may want to look at Django, Turbogears,
> Pylons, web.py etc. for fullstack MVC frameworks.
That's what I thought!
(snip)
>
> So the
Max a écrit :
(snip)
> But now I'm ready to do it in the real world. Nothing complicated, but a
> real project. And I have to choose my tools. Zope, Plone, Django, what
> are these?
Zope -> an application server
Plone -> a CMS built upon Zope
Django -> a MVC fullstack framework (fullstack : int
I've never done anything on the web. I mean, never developed anything.
(I've got accounts on dA and wikipedia and half-a-dozen other things; I
know HTML and enough JavaScript to hack away at it when friends need help).
Mostly because I've never had anything worth doing: I've written a set
of py
10 matches
Mail list logo