<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    I was wondering why the ets holding application envs is public :
    ets:new(ac_tab, <span class="error">[set, public, named_table]</span>)
    (from application_controller) ?<br>
    <br>
    Reading of envs is done by plain ets reads and setting envs is done
    by call to gen_server.<br>
    So it seems protected access shuold be enough.<br>
    <br>
    My question is:<br>
    <br>
    Why is it public ?<br>
    <br>
    Thanks in advance<br>
    <div class="moz-signature">-- <br>
      <span style="font-family: Arial, Helvetica, sans-serif; font-size:
        9pt; color: #4d4d4d;">
        <strong>WiesÅ‚aw Bieniek</strong><br>
        Designer Telco BSS R&D<br>
        <br>
        tel. +48 12 646 12 66<br>
        website: <a href="http://www.comarch.pl">www.comarch.pl</a>
      </span></div>
  </body>
</html>