Hi All,

     Our current setup has the mysql server and the client app run on the
same host. We are using mysql++ (ports/mysql++-1.7.9) for the database
client api. The application returns huge data sets in the order of 50K. When
we do a show processlist most of the threads spend their time in the state
"sending data". With the current setup data seems to go up and down the
network stack for sending data to a client on the same host. Can this be
short circuited somehow for better performance.

Thanx
Alex

Reply via email to