Slashdot Mirror


User: linuxperformer

linuxperformer's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Outsource US elections to India! on India Starts All-Electronic National Elections · · Score: 2, Funny

    None can beat Americans in items 3, 4, 5 though. By any chance, have you been to the immigration section of any airport lately?

  2. Do they think DNS if just for HTTP? on ICANN, IAB Ask VeriSign to Suspend SiteFinder · · Score: 1

    DNS is looked up for a thousand purposes besides HTTP. This is going to break a lot of programs I guess. It would have been less offending if they were doing this just for www.{*}.com lookups.

  3. Coolest language on PHP Usage in the Enterprise · · Score: 4, Informative

    PHP is the coolest language for Web development today. It provides the features of Perl but designed to be a Web development language. PHP is my primary choice if the applications doesn't demand complicated business abstractions (Java scores in such situations). Using an accelerator like ionCube will be icing-on-the-cake.

  4. TUX is another soultion on Surviving Slashdotting with a Small Server · · Score: 2, Informative
    One can effectively employ the TUX Web server on such situations. Especially if the pages to be served are entirely static in nature (TUX can manage dynamic content as well, though not its forte), TUX is the simplest solution. We once tried to serve the State Secondary School exam results here in Kerala, India using this technique and the performance was pretty impressive. It was accomplished with a P IV Compaq desktop PC with 256 MB of RAM. A write up is available at Tux@Play.

    So if your site is slashdotted, churn out a static version of the pages which are likely to be pulled most and hand them over to a TUX server. Sit back and enjoy the traffic!