Skip to content
Snippets Groups Projects
  1. Oct 02, 2023
  2. Sep 21, 2023
  3. Sep 09, 2023
  4. Aug 16, 2023
  5. Aug 14, 2023
  6. Jan 03, 2023
  7. Dec 03, 2022
  8. Nov 28, 2022
  9. Nov 27, 2022
  10. Nov 26, 2022
  11. Jun 10, 2022
    • Rob Swindell's avatar
      Force a garbage collection in the event "wait forever" loop · 2a678c5e
      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.
      2a678c5e
  12. Feb 24, 2022
  13. Jan 22, 2022
  14. Apr 27, 2021
  15. Apr 07, 2021
  16. Apr 05, 2021
  17. Mar 10, 2021
  18. Mar 08, 2021
  19. Mar 07, 2021
Loading