Re: Binary Plist generation very slow

2012-12-10 Thread Alexander Spohr
o switch from string based plists to binary ones. The clients love > it but it almost kills the servers. > > The binary plist generation is 26 times slower (for my test case): > Duration: 2881 ms NSPropertyListOpenStepFormat > Duration: 75008 ms NSPropertyListBinaryFormat_v1_0 &g

Re: Binary Plist generation very slow

2012-12-10 Thread Pascal Robert
Le 2012-12-10 à 06:31, amedeomantica a écrit : > The iOS parse is very fast He did say that the iOS (client) part is fast, it's the generation of the binary plist on the WO side that is slow. > how much is big your plist ? > > What did u put inside ? > Try to lookup what

Re: Binary Plist generation very slow

2012-12-10 Thread amedeomantica
ring based plists to binary ones. The clients love >> it but it almost kills the servers. >> >> The binary plist generation is 26 times slower (for my test case): >> Duration: 2881 ms NSPropertyListOpenStepFormat >> Duration: 75008 ms NSPropertyListBinaryFormat_v1_0 &

Re: Binary Plist generation very slow

2012-12-06 Thread Jesse Tayler
List, > > we tried to switch from string based plists to binary ones. The clients love > it but it almost kills the servers. > > The binary plist generation is 26 times slower (for my test case): > Duration: 2881 ms NSPropertyListOpenStepFormat > Duration: 75008 ms NSPrope

Binary Plist generation very slow

2012-12-06 Thread Alexander Spohr
Hi List, we tried to switch from string based plists to binary ones. The clients love it but it almost kills the servers. The binary plist generation is 26 times slower (for my test case): Duration: 2881 ms NSPropertyListOpenStepFormat Duration: 75008 ms NSPropertyListBinaryFormat_v1_0 Does

binary plist format in ERRest, Error encountered converting value of class java.lang.String

2011-04-26 Thread Jesse Tayler
While posting .bplist format to ERRest, I get the error: ValidationException: Error encountered converting value of class java.lang.String to type specified in attribute 'id' of entity 'Venue' On the client side, I added one dictionary to the other: [dictionary setObject:self.venue

Re: ERRest and Binary PLIST

2010-10-12 Thread Mike Schrag
gt;>> >>>>>> What branch of Wonder? >>>>>> >>>>>>> >>>>>>> Thanks. >>>>>>> >>>>>>> Farrukh >>>>>>> >>>>>>> On 2010-1

Re: ERRest and Binary PLIST

2010-10-12 Thread David LeBer
;> >>>>>> Farrukh >>>>>> >>>>>> On 2010-10-12, at 3:05 PM, Farrukh Ijaz wrote: >>>>>> >>>>>>> Sorry for the noise. Ignore my message, I needed to refresh my eclipse >>>>>>

Re: ERRest and Binary PLIST

2010-10-12 Thread Paul D Yu
>> >>>>> Thanks. >>>>> >>>>> Farrukh >>>>> >>>>> On 2010-10-12, at 3:05 PM, Farrukh Ijaz wrote: >>>>> >>>>>> Sorry for the noise. Ignore my message, I needed to refresh my eclipse >>>>

Re: ERRest and Binary PLIST

2010-10-12 Thread Farrukh Ijaz
;> project after svn update. >>>>> >>>>> Farrukh >>>>> >>>>> On 2010-10-12, at 3:03 PM, Farrukh Ijaz wrote: >>>>> >>>>>> Hi Everyone, >>>>>

Re: ERRest and Binary PLIST

2010-10-12 Thread David LeBer
message, I needed to refresh my eclipse >>>> project after svn update. >>>> >>>> Farrukh >>>> >>>> On 2010-10-12, at 3:03 PM, Farrukh Ijaz wrote: >>>> >>>>> Hi Everyone, >>>>> >>>>> I

Re: ERRest and Binary PLIST

2010-10-12 Thread Farrukh Ijaz
gt; >>>> I'm trying to locate ERXBinaryPListRestParser class under ERRest framework >>>> surprisingly it's not there. >>>> >>>> >>>> >>>> For iPhone application I need to generate the output as Binary PLIST. What

Re: ERRest and Binary PLIST

2010-10-12 Thread David LeBer
t; >>> Hi Everyone, >>> >>> I'm trying to locate ERXBinaryPListRestParser class under ERRest framework >>> surprisingly it's not there. >>> >>> >>> >>> For iPhone application I need to generate the output as Bina

Re: ERRest and Binary PLIST

2010-10-12 Thread Farrukh Ijaz
there. >> >> >> >> For iPhone application I need to generate the output as Binary PLIST. What >> should I do? >> >> http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/er/rest/format/ERXBinaryPListRestParser.html >> >> Thanks, >>

Re: ERRest and Binary PLIST

2010-10-12 Thread Farrukh Ijaz
there. > > > > For iPhone application I need to generate the output as Binary PLIST. What > should I do? > > http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/er/rest/format/ERXBinaryPListRestParser.html > > Thanks, > > Farrukh _

ERRest and Binary PLIST

2010-10-12 Thread Farrukh Ijaz
Hi Everyone, I'm trying to locate ERXBinaryPListRestParser class under ERRest framework surprisingly it's not there. <> For iPhone application I need to generate the output as Binary PLIST. What should I do? http://webobjects.mdimension.com/hudson/job/Wonder54/javado

Binary Plist

2010-09-13 Thread Amedeo Mantica
i found this, may be useful to create the reverse ? BinaryPListParser.java https://quaqua.dev.java.net/source/browse/quaqua/trunk/Quaqua/src/ch/randelshofer/quaqua/util/BinaryPListParser.java?view=markup Amedeo ___ Do not post admin requests to the lis