when processing web assets rapple is not closing file
handles in a timely fashion. the results in "two many
files open" error on some systems for sufficiently
large websites.
further investigation reveals that this is only observed on
*BSD (specifically OpenBSD) and not on Linux systems - it
needs to be verified whether or not this is an OS limitation
on the number of working file handles or if file handling is
really at fault.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1206856
further investigation reveals that this is only observed on
*BSD (specifically OpenBSD) and not on Linux systems - it
needs to be verified whether or not this is an OS limitation
on the number of working file handles or if file handling is
really at fault.