Skip to content
Snippets Groups Projects
  1. Jun 21, 2022
  2. Jun 20, 2022
  3. Jun 17, 2022
  4. Jun 15, 2022
  5. Jun 14, 2022
  6. Jun 13, 2022
  7. Jun 12, 2022
  8. Jun 11, 2022
  9. Jun 10, 2022
    • Rob Swindell's avatar
      Force a garbage collection in the event "wait forever" loop · d07ae18a
      Rob Swindell authored
      This appears to fix the "lots of user.dat files open concurrently" behavior
      that remains when a browser/client has the webv4 page open for a long
      duration.
      
      Eventually, the User objects created in this loop would be cleaned (and the
      user.dat file descriptors closed), but the default garbage collection interval
      (configurable) is 1000 calls to the CommonOperationCallback function. This could
      be as as long as 1000 times through this loop before GC occurs.
      
      Since this is not a performance sensitive loop (we have a call to sleep for a
      full second) just force a garbage collection for each loop iteration.
      d07ae18a
  10. Jun 09, 2022
  11. Jun 08, 2022
Loading