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

2014-04-01 Thread Milo Hyson
using 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: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread Milo Hyson
us 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: [OT] Out of memory exception - top posting

2014-01-23 Thread Milo Hyson
ree. For some people, it may be their first 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. --

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 wrote: > Harrumph. It occurs to me that if Tomcat stored passwords the way OS/400 does > (i.e., as a o

Re: Host appBase

2013-11-08 Thread Milo Hyson
tial 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: 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: Baked-in context paths

2013-11-07 Thread Milo Hyson
27;s a small, one-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, Inc.

Re: Baked-in context paths

2013-11-07 Thread Milo Hyson
y continuing to post in this thread 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
e, but it was trivial and only had to be done once. > You have been 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-06 Thread Milo Hyson
/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 wrote:

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 wrote: > Any time dynamic > conten

Baked-in context paths

2013-11-05 Thread Milo Hyson
s 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