Feature #6822
performance of the FWD proxy implementation
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Constantin Asofiei almost 4 years ago
There are two parts which need to be analyzed for performance impact (and object allocation):
- a new proxy creation - this affects the 'warm up' phase of the FWD server
- the proxy lookup, when the proxy class is already created
#2 Updated by Constantin Asofiei almost 4 years ago
Some changes are in 3821c/14272. Greg, please review.