Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod_zip uses a lot of file descriptors #16

Closed
rapidos opened this issue Jun 4, 2012 · 3 comments
Closed

mod_zip uses a lot of file descriptors #16

rapidos opened this issue Jun 4, 2012 · 3 comments

Comments

@rapidos
Copy link

rapidos commented Jun 4, 2012

Hi, we use mod_zip every day and we love it.

Since a couple of weeks now we've found that a lot of our zip don't get delivered properly to our customers because it uses a lot of file_descriptors which causes our servers to produce a lot of those lines in our errors.log file

2012/06/04 11:25:34 [alert] 8146#0: accept4() failed (24: Too many open files)
2012/06/04 11:25:34 [alert] 8146#0: accept4() failed (24: Too many open files)
2012/06/04 11:25:34 [alert] 8146#0: accept4() failed (24: Too many open files)

We use mod_zip with a remote up_stream

Did anyone encounter the same issue?

@evanmiller
Copy link
Owner

What version? I think there was a patch at some point reducing the number of open FDs.

@rapidos
Copy link
Author

rapidos commented Aug 22, 2012

Hi,
sorry for the late reply, I use the following version: 1.0.9

@evanmiller
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants