You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(10) |
May
(17) |
Jun
(3) |
Jul
|
Aug
|
Sep
(8) |
Oct
(18) |
Nov
(51) |
Dec
(74) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(47) |
Feb
(44) |
Mar
(44) |
Apr
(102) |
May
(35) |
Jun
(25) |
Jul
(56) |
Aug
(69) |
Sep
(32) |
Oct
(37) |
Nov
(31) |
Dec
(16) |
2012 |
Jan
(34) |
Feb
(127) |
Mar
(218) |
Apr
(252) |
May
(80) |
Jun
(137) |
Jul
(205) |
Aug
(159) |
Sep
(35) |
Oct
(50) |
Nov
(82) |
Dec
(52) |
2013 |
Jan
(107) |
Feb
(159) |
Mar
(118) |
Apr
(163) |
May
(151) |
Jun
(89) |
Jul
(106) |
Aug
(177) |
Sep
(49) |
Oct
(63) |
Nov
(46) |
Dec
(7) |
2014 |
Jan
(65) |
Feb
(128) |
Mar
(40) |
Apr
(11) |
May
(4) |
Jun
(8) |
Jul
(16) |
Aug
(11) |
Sep
(4) |
Oct
(1) |
Nov
(5) |
Dec
(16) |
2015 |
Jan
(5) |
Feb
|
Mar
(2) |
Apr
(5) |
May
(4) |
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(12) |
2
(2) |
3
(1) |
4
(6) |
5
(11) |
6
(4) |
7
(6) |
8
(5) |
9
|
10
|
11
(1) |
12
(6) |
13
(23) |
14
(5) |
15
(5) |
16
|
17
|
18
(1) |
19
|
20
(2) |
21
(2) |
22
(4) |
23
|
24
|
25
|
26
|
27
(3) |
28
(1) |
29
(2) |
30
|
From: Michael P. <mic...@gm...> - 2011-04-03 16:17:16
|
HI all, Please find attached a patch for the support of session parameters in XC. This patch supports both LOCAL and SESSION parameters through the pooler. When a SET command is executed on Coordinator, pooler executes this command on the connections it holds in the pooler agent for the session in an asynchronous way. The command is also saved in agent such as when new connectionsare acquired for this agent on pooler, the pooler is able to replay the SET commands launched previously, for both local and session parameters if necessary. When user finishes a transaction, connections are not sent back to pool if session parameter have been launched, and the list of session parameters is kept saved in the pooler agent. However, the list of local parameters is reset each time a transaction is finished. When a user logs out from Coordinator, the list of connections that this user used for XC transactions are put back to pull after launching a "RESET ALL" query on each connection to be sure to reset everything. There is still in this patch a bug when logging out. If assertions are enabled, Coordinator crashes but I am looking into that. This patch does not take into account user-default session parameters but this code can easily be used as a base for this extension, but this may be a next step. Also note that I haven't taken the time to test this patch with regressions, so there may be some other issues. -- Thanks, Michael Paquier http://michael.otacoo.com |