It might work, but you probably won't be happy with the performance. Using CGI means that *every request* needs to load the Python interpreter and Django libraries into memory. FastCGI and mod_python keep them in memory, which is a huge performance gain. I know that Webfaction supports both mod_python and Django.
Nathan On 2/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Maybe this is a stupid question. > I have been looking for a hosting which supports modpython to run > django. > One of them (bluehost) told me that they support it through CGI. I > suppose that this is all right and django would run without any > problem isn't it? > I just want t be sure before buying. > > Thank you. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---