MySQL Forums
Forum List  »  Router & Proxy

Re: rw splitting
Posted by: Troy Hammonds
Date: October 15, 2007 07:58PM

Well I have done some more tests and seem to have tracked the problem down to 1 line that I can see.

if proxy.connection.server then
if is_debug then
print(" using pooled connection from: " .. proxy.connection.backend_ndx)
end

-- stay with it
ERROR ---> return proxy.PROXY_IGNORE_RESULT <--- ERROR
end

Now if I change this to return proxy it runs like a charm. It makes all the connections to the pools and holds them.

Options: ReplyQuote


Subject
Views
Written By
Posted
3269
October 13, 2007 04:07PM
2529
October 15, 2007 12:22PM
2568
October 15, 2007 12:25PM
Re: rw splitting
2422
October 15, 2007 07:58PM
2220
October 22, 2007 05:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.