On Tue, Aug 17, 2010 at 03:50:19PM -0400, Turlapati, Sreenivasa wrote:
> Hi,
> 
> We are not trying to use sql proxy, indeed we are using the TCP proxy.
> 
> Just we need to read the incoming request and based on the sql file name
> we need to route the request to a backend server. We doesn't need to
> bother what the sql file got and how to execute it, we need to care
> which group we need to route the request.

I understand what you want to do, but you have to understand that
"the sql file name" designates something which does not exist at the TCP
level. This means that an SQL parser is required to be able to extract that
from the requests, and in my opinion the best way to find one is to check
an SQL proxy.

Regards,
Willy


Reply via email to