Hi, I have been looking at Django for a few weeks now and I must say I'm really impressed. Since I love python I was looking around for a framework based on python and finally found Django.
I#M planing an changing a site currently running on some home grown code to use Django. Unfortunately, the provider currently hosting the site does not support mode_python or FCGI or anything like it. They only way to go would be the "normal" CGI interface. I know that this will be a performance problem (because the the models have to be re-read with every request) but I would like to give it a try to see how "bad" the performance really is. I looked around a bit in the source but I got a little bit lost (it is always hard to walk your way trough existing sources if you don't know where to start. I'm kind of newbie to all the WSGI, FCGI stuff, so I my miss something here but I could not find the "entry" into the Django system. 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...) Thanks for your insight and keep up the great work, Martin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---