<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 03/01/2012 02:26 PM, Joshua Harlow wrote:
    <blockquote cite="mid:CB750D62.279C8%25harlowja@yahoo-inc.com"
      type="cite">
      <title>Re: [Openstack] Keystone should  to Apache HTTPD.</title>
      <font face="Calibri, Verdana, Helvetica, Arial"><span
          style="font-size: 11pt;">This seems like it could also be done
          for every other WSGI endpoint right?<br>
          It seems like it should be possible for all WS endpoints to be
          hosted in apache (or other server) without problems happening.<br>
          This might be connected to extracting/abstractig out eventlet
          (since a pre-forked apache doesn’t really care about that
          model) so that it is not always needed.<br>
        </span></font></blockquote>
    <br>
    <br>
    <br>
    Sorry for posting twice, the first got delayed for some reason. 
    Figured this deserved a top level post anyway.<br>
    <br>
    <br>
    Regarding thread safety,  if Apache runs in pre-fork mode,  we don't
    have to worry about that:  each request comes in a separate
    process.  The issue is session state, which is not maintained across
    requests.<br>
    <br>
    Keystone doesn't have sessions, so for Keystone, it is a non-issue. 
    I can't speak to the rest of the 'stack.<br>
  </body>
</html>