Does Ice provide such services as OTS(Object Transaction Service) ? Thank you!
0
Comments
matthewNL, CanadaMemberMatthew NewhookOrganization: ZeroC, Inc.Project: Internet Communications Engine✭✭✭
Ice does not provide a fully fledged distributed transaction service. You can use transactions in conjunction with the Ice Freeze component, but this does not support distributed transactions. Should you really need such a feature and you wish to sponsor commercial development of this please contact us at [email protected].
Keep in mind that distributed transactions are really expensive in comparison with non-distributed transactions and non-transactional applications. Many applications do not in fact need DTS so it would be worthwhile examining your application architecture to find out whether for your case it is really necessary.
0
rc_hzMemberEric RCOrganization: www.genband.comProject: No project yet✭✭✭
Comments
Keep in mind that distributed transactions are really expensive in comparison with non-distributed transactions and non-transactional applications. Many applications do not in fact need DTS so it would be worthwhile examining your application architecture to find out whether for your case it is really necessary.