Samisa Abeysinghe wrote:
Dinesh Premalal wrote:
Hi,
We also have a well tested hash map and array list structures that
could be used by Guththila.
This would make our life easier, because guththila_stack seems to
lead lot
of memory leaks. Since Axis2/c has hash map and array list Ill be
able to use it to replace
guththila_stack code. Hope that array list and hash map doesn't have
any external dependencies.
No they are independent, except that they use the environemnt and the
associated classes. We also have a stack, Nandika wrote one.
I would suggest that you use them from Axis2/C util lib directly
rather than coping the source into Guththila, so that it helps with
regression. If we want, we can later seperate them, but I believe we
can ship Axis2/C util as a seperate lib, you could do the same for
envioronemnt and the related classes may be.
I also suggest to use axis2_util lib which is shipped with Axis2 C. Thre
is also an linked list in util. I also use util lib directly for Axis2 C
woden and Axis2C Xml Schema which are independant projects although
currently sit under Axis2 C svn.
Samisa...
Please have a look into the source of the util module to get a
gauge on the improvements.
Ill look on that code.Thanks for the pointer.
cheers,
Dinesh
Thanks,
Samisa...