[#3419] Valgrind analysis of [BUG] unknown node type 0 — Andrew Walrond <andrew@...>

Hello list,

19 messages 2004/09/17
[#3422] Re: Valgrind analysis of [BUG] unknown node type 0 — ts <decoux@...> 2004/09/17

>>>>> "A" == Andrew Walrond <andrew@walrond.org> writes:

[#3423] Re: Valgrind analysis of [BUG] unknown node type 0 — Andrew Walrond <andrew@...> 2004/09/17

On Friday 17 Sep 2004 12:01, ts wrote:

[#3424] Re: Valgrind analysis of [BUG] unknown node type 0 — ts <decoux@...> 2004/09/17

>>>>> "A" == Andrew Walrond <andrew@walrond.org> writes:

[#3425] Re: Valgrind analysis of [BUG] unknown node type 0 — Andrew Walrond <andrew@...> 2004/09/17

On Friday 17 Sep 2004 12:37, ts wrote:

[#3426] Re: Valgrind analysis of [BUG] unknown node type 0 — ts <decoux@...> 2004/09/17

>>>>> "A" == Andrew Walrond <andrew@walrond.org> writes:

[#3428] Re: Valgrind analysis of [BUG] unknown node type 0 — Andrew Walrond <andrew@...> 2004/09/17

On Friday 17 Sep 2004 13:05, ts wrote:

[#3429] Re: Valgrind analysis of [BUG] unknown node type 0 — ts <decoux@...> 2004/09/17

>>>>> "A" == Andrew Walrond <andrew@walrond.org> writes:

Re: Resource limitations

From: David Ross <drossruby@...>
Date: 2004-09-03 05:30:23 UTC
List: ruby-core #3343
--- Yukihiro Matsumoto <matz@ruby-lang.org> wrote:

> No.  How do you think it should be implemented? 
> Watching every
> resource allocation?
>

The implementation could watch resource allocation. I
would like to see more security enhanced handling in
Ruby. My view of what it should handle should consist
of

(=) compile/config restrictions(*would be nice on
shared servers);
---- internal file size write/read restrictions)
---- open files
---- a designed class to specify limitations on
external libraries (*ex. have config where can can
specify how many mysql-ruby open connections can exist
set by system admin)
---- max cpu time
---- memory usage

There are more restrictions applicable, but these are
just to get the explaination of my idea of built in
restrictions started.

I know there are limits on unix systems, but limits is
not on every system. Implementation of these few ideas
would be nice, especially the memory and max cpu time
:)
--David Ross


		
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

In This Thread