Re: Django over modpython

2007-02-19 Thread gordyt
On Feb 17, 7:03 am, [EMAIL PROTECTED] wrote: > Yes, most of the hostings have fastCGI, but not flup. > I know the best is to have VPS hosting, but they are very expensive, > and I think I can manage with a shared hosting. > I think Blouehost looks good. I'm not sure about other hosting companies,

Re: Django over modpython

2007-02-19 Thread Grupo Django
They told me that modpython is running through cgi, I have no idea about that. I want that all my objects are privated, and that nobody is able to see anything from my code. To be honest, I just read about this, I don't know anything about this and I'd like to learn. What is the best in a vps? Wha

Re: Django over modpython

2007-02-19 Thread ScottB
For VPS hosted based in the UK, I can highly recommend Xtraordinary Hosting. I have a basic VPS with them and it's super fast. http://www.xtrahost.co.uk/xenvps Scott --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Django over modpython

2007-02-18 Thread akonsu
> First of all, modpython is running through cgi. As Nathan said, this > would be a a loss of permormance, but what about security? I have read 1. to me, the phrase "modpython is running through cgi" makes no sense. do you mean to say "python is running through cgi"? 2. what kind of security do

Re: Django over modpython

2007-02-18 Thread Robert Coup
[EMAIL PROTECTED] wrote: > Yes, most of the hostings have fastCGI, but not flup. > I know the best is to have VPS hosting, but they are very expensive, > and I think I can manage with a shared hosting. > I think Blouehost looks good. > For VPS i can't recommend http://www.rimuhosting.com/ enoug

Re: Django over modpython

2007-02-18 Thread Grupo Django
I can't afford it right now. I would be good anyway. In bluehost, they offer me modpython, but i have some questions about that. First of all, modpython is running through cgi. As Nathan said, this would be a a loss of permormance, but what about security? I have read that with fastcgi, only one i

Re: Django over modpython

2007-02-18 Thread Benjamin Slavin
I second the SliceHost VPS recommendation... my experience with them has been nothing but positive. - Ben On 2/17/07, Scott Paul Robertson <[EMAIL PROTECTED]> wrote: > On Sat, Feb 17, 2007 at 04:41:46PM -, akonsu wrote: > > > > www.prgmr.com seem to have affordable VPS hosting. but i agree,

Re: Django over modpython

2007-02-17 Thread Scott Paul Robertson
On Sat, Feb 17, 2007 at 04:41:46PM -, akonsu wrote: > > www.prgmr.com seem to have affordable VPS hosting. but i agree, they > still offer less space and bandwidth than shared hosting. > www.slicehost.com has been treating me very well for VPS hosting. $20/month for 256 MB RAM, 10 GB disk, 1

Re: Django over modpython

2007-02-17 Thread akonsu
www.prgmr.com seem to have affordable VPS hosting. but i agree, they still offer less space and bandwidth than shared hosting. konstantin On Feb 17, 8:03 am, [EMAIL PROTECTED] wrote: > Yes, most of the hostings have fastCGI, but not flup. > I know the best is to have VPS hosting, but they are ve

Re: Django over modpython

2007-02-17 Thread aribao
Yes, most of the hostings have fastCGI, but not flup. I know the best is to have VPS hosting, but they are very expensive, and I think I can manage with a shared hosting. I think Blouehost looks good. On 17 feb, 11:32, "ashwoods" <[EMAIL PROTECTED]> wrote: > i've been checking out hosts for mysel

Re: Django over modpython

2007-02-17 Thread ashwoods
i've been checking out hosts for myself, and the already mentioned www.webfaction.com seems to be very good. i haven't chosen yet, but their team seems to be very friendly and I have had some _weird_ requests myself and they were very helpfull. but most hosting do have fastCGI, and that works. O

Re: Django over modpython

2007-02-16 Thread akonsu
hello, you might consider a VPS hosting if you know how to administer an OS yourself. this would allow you to set up anything you want on your server. konstantin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dj

Re: Django over modpython

2007-02-16 Thread Nathan R. Yergler
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_

Django over modpython

2007-02-16 Thread aribao
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. Than