Re: Memory Leak ?

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Memory Leak ?
Дата
Msg-id 44966789.6030501@tpf.co.jp
обсуждение исходный текст
Ответ на Re: Memory Leak ?  (zhaoxin <zhaox@necas.nec.com.cn>)
Ответы Re: Memory Leak ?  (zhaoxin <zhaox@necas.nec.com.cn>)
Список pgsql-odbc
zhaoxin wrote:
> To:Hiroshi
>
>> Were the data inserted properly when the log was taken ?
>> Judging from the log, the application seems to have
>> finished in the middle(6-th data) of the execution.
>>
> sorry , mybe not properly .
> My program is like this :
> loop :
>    connect db ;
>    insert 10 reocrds ;
>    commit;
>    update this 10 records ;
>    commit;
>    delete this 10 records ;
>    commit;
>    disconnect db;
> end loop;
> the loop is not terminable.

Well what do you mean by *Memory Leak* ?
Does the memory usage grow while repeating the loop ?

regards,
Hiroshi Inoue

В списке pgsql-odbc по дате отправления:

Предыдущее
От: zhaoxin
Дата:
Сообщение: Re: Memory Leak ?
Следующее
От: zhaoxin
Дата:
Сообщение: Re: Memory Leak ?