burivuh wrote: >We're planning to use Django on all web projects - large and small, so >sometimes the only platform for the small site is shared-hosting >without mod_python or python2.4 at all. Python in Russia is not a >widespread language. > > Looking at how many russian names are in this list the situation should begin to change :-)
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. >That's why in some projects we'll use common CGI. And it's great that >we have this opportunity in Django. >So we'll be pioneers. Cool =) > > 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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---