|
Thursday, 03 May 2007 |
|
It turn out chunked encoding need a lot more time to test because browsers didn't like our implementation. Something about not correct byte encoding sent causing FF and Opera to disconnect before all data sent. We have a build that seems to fix that problem. We will do another round of testing before putting it to live.
We have put in code to make Avatar more aware of cpu usage. If the system already under pressure, it will stop doing HTML for a while.
We have turned on chunked on Avatar. Right now we are trying to fine tune it to give best result. And yes, our cpu awareness code break. Need more research about cpu usage on multi core cpu :)
We just found and remove unnecessary processing on our Link Substitution function. It should run faster on HTML page with lots of tags. We still try to optimize it to make it faster.
|
|
Last Updated ( Thursday, 03 May 2007 )
|