https://issues.apache.org/bugzilla/show_bug.cgi?id=51886

Philippe Mouawad <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |om

--- Comment #1 from Philippe Mouawad <[email protected]> 2011-11-13 
14:28:31 UTC ---
(In reply to comment #0)
> The SampleSender implementations are currently created on the client and sent
> to the server by RMI.
> 
> Such classes are instantiated both on the client and on the server.
> 
> The mode property is only used by the client which uses it to determine which
> SampleSender implementation to use.
> 
> However most of the SampleSender implementations use static fields for holding
> property values, so these will be picked up from the server properties.
> 
> Consider whether to switch to client-only configuration; this can easily be
> done by switching to instance fields (which will be sent to the server).
> 
> However, this would preclude using different settings for different servers.
> Not sure if there is a use-case for that.

Maybe a use-case would be remote engine with different machine configurations
(some powerful, others less).
But I think from a user point of view that using one configuration on client
side is really better than how it's done actually (replicate client to server
by copying config file)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to