[Twisted-Python] pb size limitation
Uwe C. Schroeder
uwe at oss4u.com
Wed May 7 00:25:44 MDT 2003
On Tuesday 06 May 2003 10:19 pm, Glyph Lefkowitz wrote:
> On Tuesday, May 6, 2003, at 03:39 PM, Christopher Armstrong wrote:
> > If you really do want to change the size limit for banana, you can do
> > it
> > per-process (patches to properly parameterize this accepted) by
> > changing
> > banana.SIZE_LIMIT.
>
> You don't. It will destroy interoperability with unmodified
> installations - think of this as a protocol-defined limit :)
Right. But it doesn't have to. If you parametrize it and make it detectable
(say a member function that can be asked for the size limit), you could
create code that would make it possible to have the server check for the
client limits.
But basically you're right at least from a deployment point of view. If you
change the limit you at least have to take care of unchanged versions - which
is a hassle specially in a large deployment.
I think I'll go with paging.
UC
--
Open Source Solutions 4U, LLC 2570 Fleetwood Drive
Phone: +1 650 872 2425 San Bruno, CA 94066
Cell: +1 650 302 2405 United States
Fax: +1 650 872 2417
More information about the Twisted-Python
mailing list