Can your site handle this?

Yes it can. Quite nicely in fact, running here locally on my laptop.

My one publicly visible (private) webserver... not so much. But that's not actually a software problem: My webserver, running in VirtualBox on an ancient hardware has just 150MB or so of free RAM without any connections and starts swapping - everything goes down from there. Replacement hardware is on its way, though.

Not that it matters of course, my wikicables database gets something like one visitor per day.

All my important services run on real hardware with enough power to go to 1024+ threads without too much trouble; just takes like a second or so longer to display a dynamic page. Although i must admit it gets quite noisy when the whole kit and caboodle is spinning up its fans and grinding its database harddisks - until the automatic network defense kicks in and blacklists the attacker.

It works without all that fancy Plack and aXML stuff, just plain old HTTP::Server::Simple::CGI::PreFork with a bit of Maplat magic thrown in. Of course, using a good database (PostgreSQL), sane database layout and memcached also helps a lot ;-)

Don't use '#ff0000':
use Acme::AutoColor; my $redcolor = RED();
All colors subject to change without notice.

In reply to Re: Can your site handle this? by cavac
in thread Can your site handle this? by Logicus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.