|
> Is there a significant performance hit from > leaving files open that were opened by activated > service programs in a job stream? There's probably no performance hit in most cases, unless allocated memory from all jobs exceeds the box's capacity. Explicitly deallocating unused resources is more a matter of good programming style. Your service program could provide init() and cleanup() procedures to open and close files explicitly. >From a performance point of view, it makes sense to leave the files open as long as they are being read or updated using other procedures in the service program. Nathan M. Andelin www.relational-data.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.