Skip to content
  1. Nov 25, 2003
  2. Nov 24, 2003
  3. Nov 23, 2003
  4. Nov 22, 2003
  5. Nov 21, 2003
  6. Nov 20, 2003
  7. Nov 17, 2003
  8. Nov 16, 2003
    • Greg Stein's avatar
      Switch over to the new pollset API. · 054a8a46
      Greg Stein authored
      * server/mpm/worker/worker.c:
        (listener_thread): create and add sockets to the pollset using the new
          APIs. rearrange the round-robin a little bit to work with the new
          pollset return values.
          cleaning: get rid of an extraneous status variable. get rid of
            obsoleted round-robin code.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101801 13f79535-47bb-0310-9956-ffa450edef68
      054a8a46
    • Greg Stein's avatar
      Switch the prefork MPM over to the new pollset interface. · 2864197f
      Greg Stein authored
      * server/mpm/prefork/prefork.c:
        (listensocks[]): removed. not required.
        (child_main): stop using listensocks[] in favor of an apr_pollset_t. if
          there is just one listener, then always refer to that listener's
          listen_rec for further processing, otherwise poll and pick up the
          listen_rec pointer from the polling structure's client_data. tweaked
          the round-robin for the new pollset API (and documented).
          cleaning: removed 'offset' which is obviated by the use of a pointer
            to a listen_rec. tighten the block-scope of several variables.
            switch to use a 'status' variable name rather than three separately
            named variables. rename n->numdesc to be more obvious.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101799 13f79535-47bb-0310-9956-ffa450edef68
      2864197f