Re: [U2] [UV] uvcs Memory leak problems on 11.1.3

2011-11-16 Thread Jacques G.
] [UV] uvcs Memory leak problems on 11.1.3 On unidata I have had to process many an xml file outside of the DB as the memory just shoots right up If you are using uniobjects then I presume you have .net or java at the front end and it is likely that these environments are better suited to 'handling

Re: [U2] [UV] uvcs Memory leak problems on 11.1.3

2011-11-16 Thread Jacques G.
@listserver.u2ug.org Sent: Monday, November 14, 2011 11:58 AM Subject: Re: [U2] [UV] uvcs Memory leak problems on 11.1.3 Another thing to try is process the xml files outside of uniobjects but still in databasic and see how it goes. If it uses large amounts of memory then it is not a uniobjects issue . You could

Re: [U2] [UV] uvcs Memory leak problems on 11.1.3

2011-11-14 Thread Symeon Breen
to the universe layer to work on. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jacques G. Sent: 11 November 2011 20:05 To: U2 Users List Subject: Re: [U2] [UV] uvcs Memory leak problems on 11.1.3 Hello

Re: [U2] [UV] uvcs Memory leak problems on 11.1.3

2011-11-14 Thread David Jordan
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: Monday, 14 November 2011 8:27 PM To: 'U2 Users List' Subject: Re: [U2] [UV] uvcs Memory leak problems on 11.1.3 On unidata I have had to process many an xml file outside of the DB as the memory just shoots

Re: [U2] [UV] uvcs Memory leak problems on 11.1.3

2011-11-14 Thread Symeon Breen
2011 10:23 To: U2 Users List Subject: Re: [U2] [UV] uvcs Memory leak problems on 11.1.3 That triggered a memory. If you are using an older version of uniobjects in the .Net you can get memory issues when you upgrade the database. Have a look at upgrading the uniobject .Net to the lastest release

Re: [U2] [UV] uvcs Memory leak problems on 11.1.3

2011-11-11 Thread Jacques G.
Hello, In order to save connection time on Uniobjects API requests, I came up with an Api which could contain several XML requests into one,  Process each one in the requested order and return the answer of each request in the resulting XML request. On Universe 10.2.11,  the API runs