Hi All, I have a Custom CFX Tag written in java (in house) and have wrapped it's access in a CFC. Because there is also some logic in the CFC before it calls the custom tag, should i just ditch the CFC and transfer the logic to the CFX ? Will I gain in performance (yes I am trying to write both but there is actually lot of leg work for this one)? (my understanding is the CFC gets compiled to Java Bytecode) My concern is memory usage and such. The custom tag (Java CFX) scales well handling well over 200 hits per second from varying clients and random data. Is very thread safe. However from my initial development, I can't say the same for the wrapper to the CFX. I managed to lock up the CFMX server with simlilar stress testing to the CFC. The CFC is called via <cfinvoke > (im moving it to application scope with a <cfobject and then inidividual calls to that object) any suggestions, anybody done much work in this area ? cheers
- NOTICE - This message may contain confidential, proprietary or legally privileged information and is intended only for the use of the addressee named above. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient of this message you are hereby notified that you must not use, disseminate, copy it in any form or take any action in reliance on it. If you have received this message in error please delete it and any copies of it and notify CREDIT SUISSE ASSET MANAGEMENT immediately. Any views expressed in this message are those of the individual sender, except where the message specifically states otherwise and the sender is authorized to state them to be the views of CREDIT SUISSE ASSET MANAGEMENT. CREDIT SUISSE GROUP, CREDIT SUISSE FIRST BOSTON, and each legal entity in the CREDIT SUISSE FIRST BOSTON or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve the right to monitor all e-mail communications through its networks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

