Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Im not interested in using Codeset Negotiation, how can I disable it?

codeset disable negotiation
0
Posted

Im not interested in using Codeset Negotiation, how can I disable it?

0

You may disable the codeset negotiation feature completely by passing -ORBNegotiateCodesets 0 to ORB_init. When this is done, the TAO_Codeset library is not loaded, thus saving the memory and messaging overhead of codeset negotiation. TAO may also be built with codeset negotiation off by default. This is done by editing ACE_wrappers/ace/config.h and adding #define TAO_NEGOTIATE_CODESETS 0 This will set the internal default to not load the codeset library, but this can be overridden by supplying -ORBNegotiateCodesets 1 to ORB_init.

0

You may disable the codeset negotiation feature completely by passing -ORBNegotiateCodesets 0 to ORB_init. When this is done, the TAO_Codeset library is not loaded, thus saving the memory and messaging overhead of codeset negotiation. TAO may also be built with codeset negotiation off by default.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123