File transfer very slow, my java httpd server much faster????

2004-04-16 Thread Kris Rasmussen
When transfering files over my lan via tomcat I get very slow transfer speeds (20KB/s) where as when I use a mini httpd server I wrote in java with the ability to install custom extensions, I can transfer at 440KB/s, why is tomcat transfering so slowly Kris

RE: [OT] log4j to file or db -- which will be faster

2003-10-23 Thread Shapira, Yoav
: RE: [OT] log4j to file or db -- which will be faster thanks, would simple time calculations using Sytem.currentTimeMills() be a reliable way to calculate durations? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 4:23 PM To: Tomcat Users

[OT] log4j to file or db -- which will be faster

2003-10-22 Thread Prabhat Kumar (IT)
I know that this is too generic a question, but we have a requirement to log informational messages in our application about why certain actions were performed or not. We are considering using either a FileAppender or a JDBCAppender. Which one do you think will be a faster operation under load

RE: [OT] log4j to file or db -- which will be faster

2003-10-22 Thread Shapira, Yoav
(IT) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 4:09 PM To: [EMAIL PROTECTED] Subject: [OT] log4j to file or db -- which will be faster I know that this is too generic a question, but we have a requirement to log informational messages in our application about why certain actions were

RE: [OT] log4j to file or db -- which will be faster

2003-10-22 Thread Prabhat Kumar (IT)
will be faster Howdy, I'd prefer the file usually, to avoid any transactional and translational overhead associated with SQL calls. Of course, the best thing to do is for you to try it out and convince yourself. Yoav Shapira Millennium ChemInformatics -Original Message- From: Prabhat

Re: [OT] log4j to file or db -- which will be faster

2003-10-22 Thread Tim Funk
A file will be faster unless your file system is really crappy or you are writing to a nfs mounted or other remote filesystem. (Even then it will still probably faster). IIRC, there is an ASyncronous appender which is a layer between your logging code and the real logger. What it does is queue

RE: how to make tomcat faster

2002-07-15 Thread Jackson, Stephen
One item I found to increase tomcat performance is to run tomcat with the -server option -Original Message- From: Joe Schiavone [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 4:43 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: how to make tomcat faster HOST your

Re: how to make tomcat faster

2002-07-14 Thread Joe Schiavone
have moved all my applications on to the production server, where hopefully i wdnt be making any more changes. But i want to make Tomcat respond faster to requests. Obviously the production environment shd be different from the development one..so can someone detail me on what changes i can make

Re: how to make tomcat faster

2002-07-14 Thread mls
Joe Schiavone wrote: HOST your production using a UNIX box. I recommend Solaris x86. However, a good tightly configured linux machine would suffice too. Curious to know what advantage Solaris x86 offers versus Linux. Is it thread handling? das -- To unsubscribe, e-mail: mailto:[EMAIL

how to make tomcat faster

2002-07-13 Thread Anoop Kumar V
hi, i have been developing using Tomcat 4.0.1.. and i hv had no problems about that. Now i have moved all my applications on to the production server, where hopefully i wdnt be making any more changes. But i want to make Tomcat respond faster to requests. Obviously the production environment

RE: how to make tomcat faster - performance tuning

2002-07-13 Thread Anoop Kumar V
Ohh.. let me also add.. The number of users accessing the application is close to about 100-180 at peak time. And i hv IIS configured with Tomcat (which has already slowed it down..was faster as a stand-alone on port 8080, but had no choice). And its running on Win2K(obviously). Hoping to get

RE: how to make tomcat faster

2002-07-13 Thread Clay Graham
and you are already using the apache worker? clay -Original Message- From: Anoop Kumar V [SMTP:[EMAIL PROTECTED]] Sent: Saturday, July 13, 2002 5:11 AM To: 'Tomcat Users List' Subject:how to make tomcat faster hi, i have been developing using Tomcat 4.0.1.. and i hv

RE: how to make tomcat faster

2002-07-13 Thread Anoop Kumar V
yes.. i am using ajp13. -anoop -Original Message- From: Clay Graham [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 13, 2002 6:05 PM To: 'Tomcat Users List' Subject: RE: how to make tomcat faster and you are already using the apache worker? clay -Original Message- From

RE: how to make tomcat faster

2002-07-13 Thread Reynir Hübner
. -Original Message- From: Anoop Kumar V [mailto:[EMAIL PROTECTED]] Sent: 13. júlí 2002 12:11 To: 'Tomcat Users List' Subject: how to make tomcat faster hi, i have been developing using Tomcat 4.0.1.. and i hv had no problems about that. Now i have moved all my applications

RE: how to make tomcat faster

2002-07-13 Thread Anoop Kumar V
to set it up. (is it similar to Jikes?) -anoop -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 13, 2002 6:16 PM To: Tomcat Users List Subject: RE: how to make tomcat faster Hi, please inform us of what kind of work you are doing with tomcat, are you

RE: how to make tomcat faster

2002-07-13 Thread Reynir Hübner
, this will make you able to decide for how long each segment of your response is cached. I've been using OSCache, from www.opensymphony.org, there is also a cache-taglib in the jakarta domain. My guess is if you do this, your application will get 5 times faster than it is right now maybe even alot

RE: how to make tomcat faster

2002-07-13 Thread Anoop Kumar V
i am testing this out on my local m/c. tell me if there are any other ways pls. -anoop -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 13, 2002 7:35 PM To: Tomcat Users List Subject: RE: how to make tomcat faster well to install jasper from

RE: how to make tomcat faster [jasper error]

2002-07-13 Thread Jacob Hookom
Subject: RE: how to make tomcat faster well to install jasper from the 4.1.7 you only need to take 2 or 3 jar files and replace the old ones in tc 4.0.4. the jar files are from tc.4.1.7 : common/lib/jasper-compiler.jar common/lib/jasper-runtime.jar common/lib/commons-collections.jar and if I

[FIXED] RE: how to make tomcat faster [jasper error]

2002-07-13 Thread Jacob Hookom
: Saturday, July 13, 2002 11:21 AM To: 'Tomcat Users List' Subject: RE: how to make tomcat faster [jasper error] I followed your example of importing the 4 jars from 1.7 to 0.4, but my pages now are not displaying on the basis of: javax.servlet.ServletException

Faster application start

2002-05-07 Thread Raphael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, once I start my Tomcat the first application that is viewed is slow to be executed by Tomcat. Is there any way to improve the load of a particular application ? -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For

RE: the Faster?

2000-12-01 Thread Stubenrauch,Andreas
When you just take this code-snipplet into account probaly the first one is faster (no explicit Object creation) but it is more important what you do afterwards with thekeySearch. If you append more to the String afterwards the second should be prefered. By the way this is an Java Topic and seems

the Faster?

2000-11-30 Thread Charles Sabourdin
Hi I was wondering what code would be faster between : % String thekeySearche = ""; if(request.getParameter("thekeySearche")!=null){ thekeySearche = request.getParameter("title"); }% and % StringBuffer thekeySearche = new StringBuffer(""); if(req