speed in browser
i have developed some code in java to put on net, uses networking classes and communicates to the VC server on the same system of my web server, but the things are slow enough, i am using
new DataOutputStream(new BufferedOutputStream(socket.getOutputStream());
same for input of data. what else should i keep in consideration for the speed sake
thanks.
[365 byte] By [
msidhana] at [2007-11-15 19:14:41]
