Load balance requests from single connection

hi,
Can we load balance multiple Requests from a single tcp connection in tcp mode??

No, this is not even theoretically possible.

You cannot split up transactions of a protocol that is undefined.

well, can we some how define a custom structure(like xml based request response format) for each request in haproxy??

No, that’s not possible.