Is there any size limit for response object ?. i am doing ServletOutputStream out = res.getOutputStream(); out.println(strObject); after some amount of data (which is varaible) application crashses. Help
SCJP,SCWCD
john smith
Ranch Hand
Joined: Mar 04, 2004
Posts: 75
posted
0
It depends entirely on the underlying mechanism you use to deliver the response. Assuming this servlet is handling HTTP, then that is your web server.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.