Comment 6 for bug 1196932

Revision history for this message
Peter Portante (peter-a-portante) wrote : Re: Possibly DoS attack using object tombstones

And note that when many files get created in the directory, the directory listing will required a lot of memory to perform os.listdir(), and such an operation on a large directory will starve out other requests (currently not wrapped in threadpool if I remember correctly).