Re: binary repository.xml

2003-05-28 Thread Armin Waibel
ot;OJB Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 11:07 AM Subject: Re: binary repository.xml > Ah, cool! OJB Rocks :) > > Mahler Thomas wrote: > > >That's easy: > > > >Just use the following flag in OJB.properties: > ># If the use

Re: binary repository.xml

2003-05-28 Thread Raymond Barlow
Ah, cool! OJB Rocks :) Mahler Thomas wrote: That's easy: Just use the following flag in OJB.properties: # If the useSerializedRepository entry is set to true, OJB tries to load a # serialized version of the repository for performance reasons. # if set to false, OJB always loads the xml file. # S

RE: binary repository.xml

2003-05-28 Thread Mahler Thomas
Using the serialized repository can speed up the OJB load phase a lot, as xml parsing is avoided completely! > -Original Message- > From: Raymond Barlow [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 11:02 AM > To: OJB Users List > Subject: Re: binary repository

Re: binary repository.xml

2003-05-28 Thread Raymond Barlow
Hi Ralf I wouldn't think that this would increase speed all that much, if any at all, because you are going to have to convert from binary to text internally for the XML parsers to be able to read the file. I'd think that it would ultimately make it slower. Maybe I'm wrong? :-\ Also, I think i

RE: binary repository.xml

2003-05-28 Thread Mahler Thomas
That's easy: Just use the following flag in OJB.properties: # If the useSerializedRepository entry is set to true, OJB tries to load a # serialized version of the repository for performance reasons. # if set to false, OJB always loads the xml file. # Setting this flag to true will accelerate the s