I've mentioned before my preferred hosting provider is http://www.nearlyfreespeech.net/, which by your usage, allowing small traffic websites to exist for basically less than a dollar a year. Now NFS has introduced a plan for higher-usage websites: previously, usage was $1 per Gigabyte of bandwidth used. This is still true for your first gigabyte. However, starting immediately upon completion of one gigabyte, the price starts going down logarithmically. A reloadable page displays in real time your changing bytes-per-penny pricing.
For almost all of my purposes, NFS has been suitable. I could pay a lot more for certain things, but I haven't found it to be worth it at this point in time. I'd rather continue to run my websites for the price of rifling through my couch cushions for spare change.
Slashdotted? (Score:1)
Re: (Score:2)
No. I worry a little bit about getting slashdotted and hacked. Or vandalized. But mainly, I don't worry about getting slashdotted, because I'm not producing anything of that kind of interest. :)
This whole journal entry was about the fact that becoming a large bandwidth consumer at nearlyfreespeech.net is now less of an issue than ever, because it'll cost less today than it did yesterday.
But for the record, with NFS you have a certain amount of money deposited, and that's it. If a sudden surge of tra
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
NFS (Score:1)
Re: (Score:2)
I think they do FastCGI, but I know zilch about it so I'm not sure. I know they don't do mod_perl.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re: (Score:1)
From the site:
FastCGI / SCGI (this is not applicable in our hosting environment, thus we do not offer it and programs written specifically to depend on its API will not work)
Re: (Score:2)
Does FastCGI basically start up a daemon process or something that keeps running in the background for new requests? Because I know they specifically don't allow server processes, daemon processes, or even just long-running processes, so that might be the issue.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers