> From: Peter Donald [mailto:[EMAIL PROTECTED]]
> 
> different scope of resource allocation is treated as different scopes?

But these scopes coexist in the same component, and you assume that
there are only two - request and static.

I can think of many more.

Each scope requires a specific method - one method for static, one 
for request, and so on.

You might as well split resource allocation methods along first letter 
of class name as along scope.

I want you to convince me that the two sets, static resource allocation and
per-request allocation contains all possible scopes of resource allocation,
and that, since one is a subset of the other, dividing them that way
is optimal for every possible application.

I do not want to come here and see a vote for a per-session resource 
allocation scheme. And then a per-XXXX scheme. And so on.

/LS


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

Reply via email to