| Posted by bzh_29 on 09/28/07 09:37 
> If you run your application on a WAN, you need to be more considerate> with your design.
 Excatly. We're working since a long time to avoid any unneccessary
 table or column.
 
 > Make sure you don't return unneeded columns in your result set (no SELECT *!). Also make sure that you don't have a lot of extra network roundtrips. If you need to find data for ten orders, run one query not ten.
 
 Request are build to return only needed columns and we use a package
 analyser to see what's going on on network to optimize network
 traffic.
 
 It's with this analyser I see that when I send one byte in fact I send
 two ... I understand the reason you explain before but as my apps will
 never feet for japanese ou chinese needs, I'm a little sad to not be
 able to avoir such things ...
 
 Need to continue optimize every char I send ...
  Navigation: [Reply to this message] |