
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Linux 2.6 x86
Apache HTTPD 2.0.52
mod_python 3.1.3
Linux 2.6 x86
Apache HTTPD 2.0.52
mod_python 3.1.3
|
|
| Resolution Date: |
18/Mar/05 05:20 AM
|
|
Our application sometimes sends thousands of files in response to a request. Since mod_python relies on the file descriptors to be closed for you when the resource poll is freed, we run out of file descriptors for no good reason. The attached patch closes the fd after apr_file_open() is done with it.
|
|
Description
|
Our application sometimes sends thousands of files in response to a request. Since mod_python relies on the file descriptors to be closed for you when the resource poll is freed, we run out of file descriptors for no good reason. The attached patch closes the fd after apr_file_open() is done with it.
|
Show » |
| No work has yet been logged on this issue.
|
|