Howard Ding

Results 9 comments of Howard Ding
trafficstars

Let me add another piece of data: I was able to do a 40,000 file, 130GB zip on a server with 4GB memory and 4GB swap. So whatever is going...

I've been working on the project that I have that uses this and was reminded of the issue. I wonder if there is something about the particular file list (either...

The file that blows up my machine has the following properties: ``` hding2$ wc manifest.txt.bad 12500 86557 7531526 manifest.txt.bad ``` So it seems like parsing this 7.2MB file is taking...

I think that it's possible that what is going on here is that the URI field allows \r and \n and that is forcing a lot of backtracking information to...

No, that was not enough. I'm not really familiar with Ragel, so I'll look at it some more to see if it provides any facilities that I think might help.

Issue #16 notwithstanding, I am also seeing this behavior with nginx 1.8.1 and mod_zip 1.1.6, no CRC checksums in the manifest. As a work-around, I used two copies of nginx....

A possible solution (at least for my usage): - make a subclass of direct exchange for the default exchange and return that from channel.default_exchange - override the publish method to...

Thanks Tim. Here's the item in the wild: [https://scholarship.tricolib.brynmawr.edu/handle/10066/344](https://scholarship.tricolib.brynmawr.edu/handle/10066/344). It certainly appears to be a collection. Also if it were not, why would I be able to change the submission...

I don't understand either, which is why after a day trying to figure it out I decided to put in a ticket in case there was something clear that I...