Hi Derrell,

no problem, now this works fine for me, thank you. I think, someone could be
surprised at the speed of his server supported application with this change.

Torsten



Derrell Lipman wrote:
> 
> On Thu, Mar 6, 2008 at 2:44 AM, westor <[EMAIL PROTECTED]> wrote:
>>
>>  Hi Derrell,
>>
>>  yesterday I had a look at 0.7.3, but this issue wasn't changed in php
>>  backend.
>>  I strongly recommend to replace the last line in the php backend
>> (index.php)
>>  with this:
>>
>>  if (function_exists("json_encode")) {
>>
>>         SendReply(json_encode($ret), $scriptTransportId);
>>  } else {
>>
>>         SendReply($json->encode($ret), $scriptTransportId);
>>  }
>>
>>  If you don't believe me, please try yourself to get a bunch of string
>> data
>>  from server, e.g. for a larger treevirtual and compare both versions.
> 
> Yes, I certainly believe you, and I'm sorry for the delay.  Somehow
> this dropped off my radar screen.
> 
> I've now applied it, but don't currently have the environment ready to
> test it.  If you wouldn't mind checking out latest code from
> legacy_0_7 and confirming my change, I'd certainly appreciate it.
> Note that I changed it in both places where we send a response, not
> just the one that you identified.
> 
> Thanks again!
> 
> Derrell
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/significant-speed-acceleration-for-remote-requests-tp13880905p15881637.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to