executing jsp independently

2004-12-13 Thread Nishant Kumar
hi, I am generating a html report using JSP. we also exporting this report to pdf. since the fop conversion takes quite a long time we have to do this export asynchronously. for this we have to use velocity. is there any way i can use JSP for this purpose. Had it been sync, we

persistent connection

2004-03-23 Thread Nishant Kumar
tomcat. one with connection close header and another without connection close header. this has been captured using ngrep. thanks, nishant. -- Nishant Kumar [EMAIL PROTECTED] itellix #this is the one which has Transfer-Encoding: chunked header and no Connection: close header HTTP/1.1 200 OK

benchmark

2004-02-18 Thread nishant kumar
hi, is there any benchmark package that you use to test the performance of tomcat across versions. like how do you test that tomcat 5 is faster than tomcat 4 and by how much? thanks, nishant - To unsubscribe, e-mail:

Re: Design Question in TomCat 5

2004-01-29 Thread nishant kumar
hi, i too wondered about this. i agree with you that Sun's suggestion of not using object pooling should not be applied in all cases. so let me point out a specific case. i guess Request and response objects are recycled and in the recycle method, all variables are cleared, if they are

http server

2004-01-03 Thread nishant kumar
hi, i am new to tomcat development. i need to look into the code of tomcat as a stand alone http server. ie no apache connector, no jsp container and also may be just the tomcat 5 code. what packages should i look into? and is there a way to create a seperate build for just the

why does tomcat recycle objects

2003-06-20 Thread Nishant Kumar
hi, i was going through this link http://java.sun.com/docs/hotspot/PerformanceFAQ.html and found the follwing Many systems have less efficient memory management than in HotSpot. To work around this, some programs keep an object pool, saving previously allocated objects in some

tomcat design doc

2003-06-19 Thread Nishant Kumar
hi, is there any design doc for tomcat and jtc. even one or two pages in text will do. i just wanted to have a feel of the system. i have gone through the source didn't have the confidence to tweak it for my custom needs. and can somebody also tell me what part of the code is not necessary