1. 18 Sep, 2011 3 commits
    • Poul-Henning Kamp's avatar
      I've spent some time trying to think more clearly about stats counters · 4f610d3a
      Poul-Henning Kamp authored
      and it's all a mess.
      
      Try to get it right, and document in the head-comment what I mean with
      "right".
      
      Goal:  Cleaned up for 3.1
      4f610d3a
    • Poul-Henning Kamp's avatar
      Add a "long description field" to the VSC_F() macro, the intent is · eafb66a2
      Poul-Henning Kamp authored
      that they should be mined and dumped into the documentation.
      
      Feel free to add (or send patches with descriptions, preferably
      only one line or paragraph for each.
      eafb66a2
    • Poul-Henning Kamp's avatar
      Get rid of the single acceptor thread. · 12bf085b
      Poul-Henning Kamp authored
      Instead of a single thread which accepts all sockets with a poll/accept
      sequence, each thread-pool will have a thread accepting on each socket.
      
      If no threads are available, the sockets will not be accepted on.
      
      CAVEATS:
      
      This commit undoubtedly leaves a number of minor issues dangling,
      they will be cleaned up as we find them.
      
      Please notice that there are changes to stats counters (some don't
      work right now a nd more changes will be coming)
      
      Changing certain acceptor-related params on the fly may not work.
      
      Testing would be very welcome.
      12bf085b
  2. 17 Sep, 2011 20 commits
  3. 14 Sep, 2011 2 commits
  4. 12 Sep, 2011 5 commits
  5. 11 Sep, 2011 1 commit
  6. 10 Sep, 2011 1 commit
  7. 09 Sep, 2011 4 commits
  8. 08 Sep, 2011 3 commits
  9. 07 Sep, 2011 1 commit