RE: Can large upload cause tomcat hanging?

2003-12-12 Thread Zsolt Koppany
Hi,

I make rarely cross posts and my case was (is) exactly was Gus described.

Zsolt

 -Original Message-
 From: Gus Heck [mailto:[EMAIL PROTECTED]
 Sent: Thursday, December 11, 2003 4:38 PM
 To: Struts Users Mailing List
 Subject: Re: Can large upload cause tomcat hanging?


 Lukas,

 The reasons cross posts get annoying to me (and I presume others) are
 these: 1.) I can't know what responses are posted on the other list
 without joining it. 2.)if I am on both lists it messes with my message
 filtering rules on my mail reader and usually both copies wind up in the
 same folder and it gets hard to tell which list I am replying to unless
 I reply all and cross post as well. 3.) When searching Archives for
 answers to questions before posting, it is most unhelpful if half the
 conversation is archived under another list. 4.) cross posting to N
 lists creates N times the mail load for the servers, the archives, and
 any other systems involved, and for people subscribed to M out of N
 lists invovled in the cross post it creates M times the list mail to
 deal with.

 The only time it seems reasonable to cross post, is when in discussing a
 feature/bug in one product it seems like it may be traced back to a
 problem in a dependant library, and you want the folks on the dev list
 of the library to look into it... (as happened to me recently in the
 case of a problem implementing a solution to a problem discussed on this
 list that exposed a bug in commons-betwixt) Even then, it might still be
 better to craft a separate mail with a link to the archive of the
 discussion, though cross posting in this case does have the advantage of
 supplying the preceeding discussion (assuming it hasn't been deleted
 from the replies) without the day delay for the archive to pick it up.

 -Gus

 Lukas Bradley wrote:

 Understood, but this is a Jakarta rule, not a standard Internet rule.
 
 
 You cross-posted to at least two Jakarta mailing lists. The
 rule applies.
 
 
 
 I cross posted nothing.  Zsolt did.   I was just wondering why people are
 extremely sensitive about what I consider to be valid cross posts.
 
 Lukas
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can large upload cause tomcat hanging?

2003-12-12 Thread Kwok Peng Tuck
Just a suggestion, maybe you should have waited a little while for the 
commons-list to reply, since it is probable that people on the 
commons-list might have encountered the problem first. 

Zsolt Koppany wrote:

Hi,

I make rarely cross posts and my case was (is) exactly was Gus described.

Zsolt

 

-Original Message-
From: Gus Heck [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 11, 2003 4:38 PM
To: Struts Users Mailing List
Subject: Re: Can large upload cause tomcat hanging?
Lukas,

The reasons cross posts get annoying to me (and I presume others) are
these: 1.) I can't know what responses are posted on the other list
without joining it. 2.)if I am on both lists it messes with my message
filtering rules on my mail reader and usually both copies wind up in the
same folder and it gets hard to tell which list I am replying to unless
I reply all and cross post as well. 3.) When searching Archives for
answers to questions before posting, it is most unhelpful if half the
conversation is archived under another list. 4.) cross posting to N
lists creates N times the mail load for the servers, the archives, and
any other systems involved, and for people subscribed to M out of N
lists invovled in the cross post it creates M times the list mail to
deal with.
The only time it seems reasonable to cross post, is when in discussing a
feature/bug in one product it seems like it may be traced back to a
problem in a dependant library, and you want the folks on the dev list
of the library to look into it... (as happened to me recently in the
case of a problem implementing a solution to a problem discussed on this
list that exposed a bug in commons-betwixt) Even then, it might still be
better to craft a separate mail with a link to the archive of the
discussion, though cross posting in this case does have the advantage of
supplying the preceeding discussion (assuming it hasn't been deleted
from the replies) without the day delay for the archive to pick it up.
-Gus

Lukas Bradley wrote:

   

Understood, but this is a Jakarta rule, not a standard Internet rule.

 

You cross-posted to at least two Jakarta mailing lists. The
   

rule applies.
   

   

I cross posted nothing.  Zsolt did.   I was just wondering why people are
extremely sensitive about what I consider to be valid cross posts.
Lukas



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Can large upload cause tomcat hanging?

2003-12-11 Thread Zsolt Koppany
Sorry, if my cross-post disturbed anybody, but file upload is part of
commons but that worked fine. I had problems with tomcat (and not with the
upload) and it was (is) just an idea that this pretty large upload could be
the reason why tomcat hangs.

Martin, you wrote that uploaded files much larger than 70MB without any
problems. What was your JVM settings? In my case tomcat-4.1.24 was running
with -Xmx100M. Do you think that is too low?

Zsolt

 -Original Message-
 From: news [mailto:[EMAIL PROTECTED] Behalf Of Martin Cooper
 Sent: Wednesday, December 10, 2003 10:51 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Can large upload cause tomcat hanging?


 First of all, do *not* cross-post your questions to multiple lists. I'm
 going to reply here and ignore your cross-post to commons-user.

 I have uploaded files much, much larger than 70MB without any
 problems. Try
 using the struts-upload example, and see if you still have
 problems. If you
 do, you have a system issue; otherwise you must be doing something
 differently from the example that's causing the problem. Also, are you
 really using a version 1.2 JRE? Can you try something a bit more, um,
 modern?

 --
 Martin Cooper


 Zsolt Koppany [EMAIL PROTECTED] wrote in message
 news:LDEEJFLCAPOPNCKDHFNACEBMDDAA.zkoppanylist__12514.1559089117$1
 [EMAIL PROTECTED]
  Hi,
 
  I uploaded a 70Mb file using struts-1.1. The JVM process (jre-1.2.4_02,
  Linux, SuSe-8.1) got much larger and a couple of hours later
 tomcat didn't
  react to the most of the events. What can be the reason?
  Additionally I found strange the tomcat didn't create the
 localhost_log...
  files since the last startup.
 
  Here I are the data provided by top:
 
  SIZE: 175M RSS: 165M SHARE: 38980 STAT: S N %CPU: 0.0% %MEM: 33.3 TIME
 0:05
 
  The machine has 512Mb.
 
  Zsolt




 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can large upload cause tomcat hanging?

2003-12-11 Thread Gus Heck
Lukas,

The reasons cross posts get annoying to me (and I presume others) are 
these: 1.) I can't know what responses are posted on the other list 
without joining it. 2.)if I am on both lists it messes with my message 
filtering rules on my mail reader and usually both copies wind up in the 
same folder and it gets hard to tell which list I am replying to unless 
I reply all and cross post as well. 3.) When searching Archives for 
answers to questions before posting, it is most unhelpful if half the 
conversation is archived under another list. 4.) cross posting to N 
lists creates N times the mail load for the servers, the archives, and 
any other systems involved, and for people subscribed to M out of N 
lists invovled in the cross post it creates M times the list mail to 
deal with.

The only time it seems reasonable to cross post, is when in discussing a 
feature/bug in one product it seems like it may be traced back to a 
problem in a dependant library, and you want the folks on the dev list 
of the library to look into it... (as happened to me recently in the 
case of a problem implementing a solution to a problem discussed on this 
list that exposed a bug in commons-betwixt) Even then, it might still be 
better to craft a separate mail with a link to the archive of the 
discussion, though cross posting in this case does have the advantage of 
supplying the preceeding discussion (assuming it hasn't been deleted 
from the replies) without the day delay for the archive to pick it up.

-Gus

Lukas Bradley wrote:

Understood, but this is a Jakarta rule, not a standard Internet rule.
 

You cross-posted to at least two Jakarta mailing lists. The rule applies.
   

I cross posted nothing.  Zsolt did.   I was just wondering why people are
extremely sensitive about what I consider to be valid cross posts.
Lukas



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Can large upload cause tomcat hanging?

2003-12-10 Thread Martin Cooper
First of all, do *not* cross-post your questions to multiple lists. I'm
going to reply here and ignore your cross-post to commons-user.

I have uploaded files much, much larger than 70MB without any problems. Try
using the struts-upload example, and see if you still have problems. If you
do, you have a system issue; otherwise you must be doing something
differently from the example that's causing the problem. Also, are you
really using a version 1.2 JRE? Can you try something a bit more, um,
modern?

--
Martin Cooper


Zsolt Koppany [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi,

 I uploaded a 70Mb file using struts-1.1. The JVM process (jre-1.2.4_02,
 Linux, SuSe-8.1) got much larger and a couple of hours later tomcat didn't
 react to the most of the events. What can be the reason?
 Additionally I found strange the tomcat didn't create the localhost_log...
 files since the last startup.

 Here I are the data provided by top:

 SIZE: 175M RSS: 165M SHARE: 38980 STAT: S N %CPU: 0.0% %MEM: 33.3 TIME
0:05

 The machine has 512Mb.

 Zsolt




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can large upload cause tomcat hanging?

2003-12-10 Thread Lukas Bradley
 First of all, do *not* cross-post your questions to multiple lists. I'm
 going to reply here and ignore your cross-post to commons-user.

Why not?  I've really never understood why people get upset about this.  If
the answer may be produced by an investigation or knowledge by Struts users,
Tomcat users, or commons users, why not?  The Struts users may be wholely
ignorant of the underlying Tomcat file/IO restrictions, but the
Struts/Commons upload mechanism is directly to bear on the problem.

Please clear this up, if you would.

Lukas




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can large upload cause tomcat hanging?

2003-12-10 Thread Martin Cooper

Lukas Bradley [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
  First of all, do *not* cross-post your questions to multiple lists. I'm
  going to reply here and ignore your cross-post to commons-user.

 Why not?  I've really never understood why people get upset about this.
If
 the answer may be produced by an investigation or knowledge by Struts
users,
 Tomcat users, or commons users, why not?  The Struts users may be wholely
 ignorant of the underlying Tomcat file/IO restrictions, but the
 Struts/Commons upload mechanism is directly to bear on the problem.

 Please clear this up, if you would.

Read these:

http://jakarta.apache.org/site/mail.html
http://www.catb.org/~esr/faqs/smart-questions.html#forum

The first lists the rules you agreed to abide by when you subscribed to the
list. This includes the rule Do not cross post messages.

--
Martin Cooper



 Lukas




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can large upload cause tomcat hanging?

2003-12-10 Thread Lukas Bradley

 http://jakarta.apache.org/site/mail.html
 http://www.catb.org/~esr/faqs/smart-questions.html#forum

 The first lists the rules you agreed to abide by when you subscribed to
the
 list. This includes the rule Do not cross post messages.

Understood, but this is a Jakarta rule, not a standard Internet rule.

The second URL you posted about smart questions states to not cross-post to
too many different newsgroups.   Too many is very different than an
absolute never.

Lastly, you must admit that I have a point to the previous statement about
how an answer could only be answered across multiple forums.  I've had very
advanced questions in the past where the only solution was to cross-post.
If not abused, it can be very helpful.

Lukas






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can large upload cause tomcat hanging?

2003-12-10 Thread Martin Cooper

Lukas Bradley [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

  http://jakarta.apache.org/site/mail.html
  http://www.catb.org/~esr/faqs/smart-questions.html#forum

  The first lists the rules you agreed to abide by when you subscribed to
 the
  list. This includes the rule Do not cross post messages.

 Understood, but this is a Jakarta rule, not a standard Internet rule.

You cross-posted to at least two Jakarta mailing lists. The rule applies.

--
Martin Cooper



 The second URL you posted about smart questions states to not cross-post
to
 too many different newsgroups.   Too many is very different than an
 absolute never.

 Lastly, you must admit that I have a point to the previous statement about
 how an answer could only be answered across multiple forums.  I've had
very
 advanced questions in the past where the only solution was to cross-post.
 If not abused, it can be very helpful.

 Lukas




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can large upload cause tomcat hanging?

2003-12-10 Thread Lukas Bradley
  Understood, but this is a Jakarta rule, not a standard Internet rule.
 You cross-posted to at least two Jakarta mailing lists. The rule applies.

I cross posted nothing.  Zsolt did.   I was just wondering why people are
extremely sensitive about what I consider to be valid cross posts.

Lukas




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can large upload cause tomcat hanging?

2003-12-10 Thread Martin Cooper

Lukas Bradley [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
   Understood, but this is a Jakarta rule, not a standard Internet rule.
  You cross-posted to at least two Jakarta mailing lists. The rule
applies.

 I cross posted nothing.  Zsolt did.

Sorry - I wasn't paying proper attention to senders. ;-)

--
Martin Cooper


   I was just wondering why people are
 extremely sensitive about what I consider to be valid cross posts.

 Lukas




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]