Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> memory leak ( PRO/C )

memory leak ( PRO/C )

From: Kevin Brand <kevinx_at_sequel.com>
Date: Tue, 4 Aug 1998 17:45:22 -0500
Message-ID: <6q82jm$54j$1@news.gte.com>

Is there a memory leak in the PRO/C API related to connect/disconnect?

A PRO/C application that runs as a UNIX daemon is growing rapidly ( about 10M a day ). There are no malloc/calloc calls within it to explain its growth. Mostly it just connects to a database, checks a table ( via a cursor, open, fetch, close ), and disconnects. This happens about 4 times an hour.

Thanks,

-Kevin

--

remove the x for an email reply Received on Tue Aug 04 1998 - 17:45:22 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US