Weblogic doesn't close files (but does close connections)
问题 Dears, we're running into a 'too many open files' issue. We've made some progress but the issue is still there... We use cxf on weblogic on aix. relevant cxf configuration: <http-conf:conduit name="*.http-conduit"> <http-conf:client Connection="close" /> </http-conf:conduit> When executing this code: for(int i=0;i<1300;i++){ response = callService(request).call(); } (we don't intend to use this code in production but it's to troubleshoot the issue) -> the first run succeeds; -> the second run