English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

the application is facing a problem of low

buffer size of PrintWriter() method.
Write a code to increase the buffer-size of

PrintWriter() method.

2007-03-20 22:08:22 · 3 answers · asked by sarika s 1 in Computers & Internet Programming & Design

3 answers

Try creating your own buffer, and then depending on bytes, pass that part to PrintWriter(). This will divide the work. Any new request can be added to the buffer while PrintWriter executing your old requests. Not sure how to code this in Java, but this is how I would do this in C#.
See references for some help with Buffer and I/O streams

2007-03-23 00:50:37 · answer #1 · answered by Kamran 2 · 0 0

go to this link:
http://java.sun.com/developer/onlineTraining/Programming/BasicJava2/socket.html
u ll find everything about sockets

happy coding :)

2007-03-21 07:09:39 · answer #2 · answered by abd 5 · 0 0

Plz try
in.sunjava.com
sunjava.com

2007-03-24 05:46:15 · answer #3 · answered by ashish_jain_ajmer 2 · 0 0

fedest.com, questions and answers