On 7/14/06, Martin Glück <[EMAIL PROTECTED]> wrote: > Can anybody give me tip where I should start looking? My assumption is > that I need to create a kind of "Request" object and then call the > current Django "entry" function to get the response back. > > Or do you think I it's not worth the effort because the performance is > too and my time is better used finding a different solution (sorry, > changing the provider is currently not a option...)
Hi Martin, I've never used Django with plain CGI, as I assume the performance would be bad, but if you're interested in experimenting, you should seek out some Python WSGI-to-CGI bindings, which would let you run any WSGI code as a CGI. I just did a quick search, and it looks like this is what you're after: http://darcs.idyll.org/~t/projects/qwsgi/wsgi.cgi Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---