| Title: | ACMSxp product questions and comments |
| Notice: | Refer to notes 1 through 11 for conference information |
| Moderator: | DUCAT::ROSCOE |
| Created: | Tue Oct 05 1993 |
| Last Modified: | Thu Jun 05 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 282 |
| Total number of notes: | 1134 |
Hi,
I have one question about 'transaction resource model' for WNT version.
u.w.c.p (50 process) task server proc servers
+------+ +------+ +------+
| |+ ==============> | |=============> | |+ Oracle
| ||+ ==> +------+ ==> +------+|+ -----+---+
+------+|| ... ==> Max threads=10 ==> +------+| | |
+------+| ... +------+ +---+
+------+ ... ...
Max Process=10
Because XA interface is not implemented on Oracle 7.3.2 for WNT/Intel
version, we've built task server with -T single option.
In ACMSxp Help regarding to -T single option, it says
The transaction is managed through STDL syntax, but restricted to one
resource that is accesses through processing procedures in a single
processing server.
Does it mean that we are not allowed to set the number of max process
attribute more than one ?
My colleague has encountered problem on the above environment.
I'm not sure the specific problem but I'd like to confirm whether our setting
is correct or not.
Regards,
Yoshizumi Shindo
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 272.1 | DUCAT::ROSCOE | Thu Apr 03 1997 14:39 | 10 | ||
>>>Does it mean that we are not allowed to set the number of max process >>>attribute more than one ? No, You are allowed to set the max process to more than one. In a particular task block you are not allowed to have calls to multiple processing procedure groups. If you need to have calls to multiple processing procedure groups then use the -T none option. Rich | |||||
| 272.2 | libEncServer.lib | WING::SHINDO | Y.Shindo/EJ3 PSC/Tokyo/Japan/8-699-4652 | Mon Apr 07 1997 22:36 | 13 |
Thanks, Rich. BTW, do we need to link libEncServer.lib for building processing server in the situation written in base note. In Dunix, we've linked tps_txn_xainit.o and libEncServer.so for building processing server. What is libEncServer.lib for ? Regards, Yoshizumi Shindo | |||||
| 272.3 | DUCAT::ROSCOE | Tue Apr 08 1997 10:06 | 8 | ||
Shindo-san You should only have to link libEncServer.lib and tps_txn_xainit.o when the transaction model is multi. These two files allow for transaction coordination with the task server and Encina when the transaction model is multi. Rich | |||||