Re: [naviserver-devel] Naviserver Open Files

2019-10-29 Thread Gustaf Neumann
Dear Wolfgang, thanks for the report. i could reconstruct the issue (the only one?), which can happen when writerstreaming is turned on (default is off) in the config file. The issue is fixed by [1] I do not see an issue with the "ns_writer size". However, while at the issue, i added change [2]

Re: [naviserver-devel] Naviserver Open Files

2019-10-28 Thread Wolfgang Winkler
Dear Gustaf! Unfortunately I didn't see your answer below and found it a few days ago at Sourceforge in the mailinglist history. I deactivated the nscgi module, which we only use for awstats output. This did not change the behaviour. So I checked all calls to Ns_GetTemp(void) and found a pos

Re: [naviserver-devel] Naviserver Open Files

2019-07-22 Thread Gustaf Neumann
Dear Wolfgang, we do not see any growth in this area, below are statistics from two different sites. monthly graph These files are from Ns_GetTemp() which maintains a pool of tmp files, which are released via Ns_ReleaseTemp(). This pool is maintained like this since many years. One of the con

[naviserver-devel] Naviserver Open Files

2019-07-22 Thread Wolfgang Winkler
Dear all, out naviserver instance opens a lot of files. It used to be constant 200 open files, now the number ist constantly growing, from 110 after a server restart to > 1000. What we see with "lsof -n" are a lot of files in tmp, e.g. /tmp/nstmp.1563598239.865582 that obivously never get cl