Forum Discussion

taro_112311's avatar
taro_112311
Icon for Nimbostratus rankNimbostratus
Nov 08, 2007

I want to know details of OneConnect.

When is the the server-side connection marked as reusable?

 

 

The HTTP 1.1 client is opening a Keep-Alive connection and sending multiple requests on the same connection.

 

 

Does not the server-side connection marked as reusable while the client-side Keep-Alive connection maintained?

 

Or, does the server connection marked as reusable at each response completion?

 

 

Does the activity change whether it is an original client or not?

 

 

I have already read the following article and links in it.

 

"OneConnect? For my iRule?"

 

 

Thanks in advance.

 

taro

 

 

1 Reply

  • Deb_Allen_18's avatar
    Deb_Allen_18
    Historic F5 Account
    Hi Taro -

     

     

    Serverside connection is marked as reusable at each response completion, regardless of the client using the connection, and even if the original client still has a keepalive connection open on the client side.

     

     

    Setting OneConnect mask to 32 bits (255.255.255.255) will prevent sharing backend connections between client IPs.

     

     

    HTH

     

    /deb