Juha Heinanen wrote:
you can have any number of proxies participating
in replication.
What method are you thinking of? t_replicate() reports
ERROR: t_newtran: transaction already in process 0x4054d5ec
if you call it twice, like
t_replicate("foohost", "5060");
t_replicate("barhost", "5060");
Or do you mean something like
forward_tcp("foohost", "5060");
forward_tcp("barhost", "5060");
and on the receiving hosts
if(/* register from replicating host */)
save_noreply("location");
Have you tried append_branch?
append_branch("uri1");
append_branch("uri2");
t_replicate("barhost", "5060");
maybe this works. (never tried it myself)
regards,
klaus