Quoting Hannes Erven <[EMAIL PROTECTED]>: > Hi folks, > > > > There are a number of delay parameters in the ATCoordinatorImpl. For > instance > > once the prepare message has been sent, the coordinator waits for a certain > > > time before it checks whether it has received a prepared from the client. > > Why was this implemented this way? (As opposed to checking after > receiving a "prepared" notification if all participants are prepared and > going on, or waiting)
this can be used to improve the response time but we still need to keep checking periodically for participants who has not responded and retry prepare message for them. never thought of response time when I was coding. I will make this modification. thanks hannes-- would you like to submit a patch:)? --dasarath > > > Thanks, > > -hannes > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
