> Anyway take a look at http://firstvds.ru/. They give you a "virtual > dedicated server" which is basically a hosting where you can install > system software for yourself (like mod_python). I'm not in any way > connected to them in anyway, just heard about it.
Sometimes client already has hosting and doesn't want to change it. If not - we already use virtual hosting with our system software. But thanks for the link - I'll look at it. > I'm afraid it will cease be any cool very soon. The reason why almost > nobody uses Django with CGI is that CGI builds entire environment on > each requests and this tends to be very slow. First thing we do was performance test. We saw nothing critical on a small site. P.s. we use template wrapper on Cheetah (I don't like Django template system =) ) with raw html caching on the disk - it is defensible for small sites with low dynamic and rather fast. So the only heavy load is on environment. And it's not critical as we saw. Rather slow, but not critical. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---