1. 01 Eyl, 2000 1 kayıt (commit)
  2. 09 May, 2000 1 kayıt (commit)
  3. 12 Eki, 1999 1 kayıt (commit)
  4. 28 Tem, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Another patch from Andy Dustman: · 2ab455a8
      Guido van Rossum yazdı
      """
      Here's a patch for the ForkingMixIn which will prevent the server from
      forking itself into the ground. Note: I've tested a very similar patch
      (subclassed ForkingMixIn) but not actually tested this one. As you might
      surmise, this was done out of necessity...
      
      If the maximum number of children are already running, block while waiting
      for a child to exit.
      """
      
      (I added that last sentence as a comment to the code --GvR.)
      2ab455a8
  5. 17 Haz, 1999 1 kayıt (commit)
  6. 15 Haz, 1999 1 kayıt (commit)
  7. 01 Haz, 1999 1 kayıt (commit)
  8. 21 May, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Andy Dustman writes: · 18659608
      Guido van Rossum yazdı
      I noticed while watching (with lsof) my forking SocketServer app running
      that I would get multiple processes listening to the socket. For the most
      part, this doesn't hurt things, but if you terminate the server, this can
      prevent it from restarting because it cannot bind to the port due to any
      running children which also have the socket open. The following one-liner
      fixes this.
      18659608
  9. 30 Kas, 1998 1 kayıt (commit)
  10. 16 Kas, 1998 1 kayıt (commit)
  11. 16 Haz, 1998 1 kayıt (commit)
  12. 03 Nis, 1998 1 kayıt (commit)
  13. 26 Mar, 1998 1 kayıt (commit)
  14. 29 Eyl, 1997 1 kayıt (commit)
  15. 16 Tem, 1997 1 kayıt (commit)
  16. 23 Eki, 1996 1 kayıt (commit)
  17. 14 Şub, 1996 1 kayıt (commit)
  18. 25 Ock, 1996 1 kayıt (commit)
  19. 04 Agu, 1995 1 kayıt (commit)