<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/23/2013 01:16 PM, JD wrote:<br>
    </div>
    <blockquote cite="mid:52680472.1060405@algoloma.com" type="cite">
      <pre wrap="">If written in some other language, 384MB would probably be fine
for the app and module management (assuming a different VM for the RDBMS).</pre>
    </blockquote>
    <br>
    If written in C, you just have the $X MB binary to worry about, and
    because it's native ELF, 25 instances can be run&#8212;with all instances
    sharing the same .text sections (.text == "binary code") in memory.<br>
    <br>
    You'd be amazed what you can do with only 4 MB of userspace RAM
    available and no swap.&nbsp; :-D<br>
    <br>
    &nbsp;&nbsp;&nbsp; &#8212; Mike<br>
    <br>
    <div class="moz-signature">-- <br>
      <table border="0">
        <tbody>
          <tr>
            <td> <br>
            </td>
            <td> Michael B. Trausch<br>
              <br>
              President, <strong>Naunet Corporation</strong><br>
              &#9742; (678) 287-0693 x130 or (855) NAUNET-1 x130<br>
              FAX: (678) 783-7843<br>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>