Re: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread Milo Hyson
a lot of simultaneous access, and when the simultaneous access reaches 100 users the application stop answering. Are you serving the video streams through Tomcat or just the pages that house them? - Milo Hyson Chief Scientist CyberLife Labs, Inc.

Re: RES: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread Milo Hyson
a content-aware streaming package or maybe even offloading the video to a third-party network (e.g. YouTube). - Milo Hyson Chief Scientist CyberLife Labs, Inc.

Re: [OT] Out of memory exception - top posting

2014-01-23 Thread Milo Hyson
post to the group (or even their first post to ANY group). They may simply not know community conventions. Don't want to scare them off. - Milo Hyson Chief Scientist CyberLife Labs, Inc. - To unsubscribe, e-mail: users-unsubscr

Re: Visible passwords in realm

2013-11-20 Thread Milo Hyson
Out of curiosity, what problems do you see hashed passwords resolving in this case? - Milo Hyson Chief Scientist CyberLife Labs, Inc. On Nov 20, 2013, at 8:23 AM, James H. H. Lampert jam...@touchtonecorp.com wrote: Harrumph. It occurs to me that if Tomcat stored passwords the way OS/400 does

Re: Host appBase

2013-11-08 Thread Milo Hyson
The term that immediately comes to mind is YAGNI. How many of these things have legitimate use-cases and how many are simply there because it was thought somebody somewhere someday *might* want to adjust them? - Milo Hyson Chief Scientist CyberLife Labs, Inc. On Nov 8, 2013, at 9:18 AM, Leo

Re: Host appBase

2013-11-08 Thread Milo Hyson
the potential for problems. Thus, one should assess the actual benefit of each new knob, they should weigh it against the consequences, and they should do so honestly. - Milo Hyson Chief Scientist CyberLife Labs, Inc.

Re: Baked-in context paths

2013-11-07 Thread Milo Hyson
fairly lucky. You must not use #parse() a lot. Except for experimentation, no, I don't. Even if I did, I'm not sure why that would be a problem. So far as I know, all parse() does is temporarily switch the VelocityEngine to a different template. - Milo Hyson Chief Scientist CyberLife Labs, Inc.

Re: Baked-in context paths

2013-11-07 Thread Milo Hyson
I'm giving you the benefit of the doubt that you actually have such an argument. - Milo Hyson Chief Scientist CyberLife Labs, Inc.

Re: Baked-in context paths

2013-11-07 Thread Milo Hyson
-time investment. Application developers don't have to worry about it. They just plug it in and go. As for a filter not catching things, that's a bug and should be detected by testing. If it's not, you've got a management problem, not a technical one. - Milo Hyson Chief Scientist CyberLife Labs

Re: Baked-in context paths

2013-11-06 Thread Milo Hyson
So basically you're saying it's not that relative links are bad per se, it's just that in some cases they can be tricky to get right? - Milo Hyson Chief Scientist CyberLife Labs, Inc. On Nov 5, 2013, at 10:49 AM, Christopher Schultz ch...@christopherschultz.net wrote: Any time dynamic

Re: Baked-in context paths

2013-11-06 Thread Milo Hyson
or ../some/other/resource or whatever is appropriate given the particular request. Now I'm willing to consider there may be flaw in that approach, but if there is it hasn't bitten me yet. - Milo Hyson Chief Scientist CyberLife Labs, Inc. On Nov 6, 2013, at 1:52 PM, Christopher Schultz ch

Baked-in context paths

2013-11-05 Thread Milo Hyson
are incorrect links regardless of the form they take. Testing should catch such things before live deployment. I've used relative linking for years in many different systems without issue, so I'm left wondering why baking-in the context path is considered proper. - Milo Hyson Chief Scientist