|
Theron:
How are you measuring the memory leak on the server-side? That is,
is it a constant leak per transaction or does the amount of memory leaked
vary?
Thanks, Ken Krutsch
From: Theron Virgin [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 1:22 PM To: 'Apache AXIS C User List' Subject: RE: memory leak Yea So if I run this is
the client side code using a fresh generated Calculator skeleton. Same on the
server side with the addition of the code listed in the
documentation. void main()
{
Calculator cal;
for (int y = 0; y < 10000;
y++)
{
int result = cal.add(0,
y);
printf(" %d \n",result);
//if (y % 10 == 0) printf
("\n");
} } Thanks
much Theron From: John
Hawkins [mailto:[EMAIL PROTECTED]
|
- RE: memory leak Kenneth F. Krutsch
- RE: memory leak Theron Virgin
- Memory Leak Tomaz Rotovnik
