Forum Discussion
ichalis_37981
Apr 22, 2010Historic F5 Account
Automatic expiry of subtables
HI, In the example rule below, subtables are used to store information on a per-client basis, and once the TCP::close occurs, the subtable is manually deleted. What happens if the client disappears wi...
spark_86682
Apr 23, 2010Historic F5 Account
Typically, if the client simply disappears, then the entry in the connection table will timeout, and CLIENT_CLOSED will fire. There are some rare instances where CLIENT_CLOSED will not fire, though. One of the features of the table command was to handle exactly this case. Even if CLIENT_CLOSED does not fire, the timer will get automatically canceled when the connection expires, and so the subtable entry will stop getting updated, and will also expire on its own. So in this case, the code in CLIENT_CLOSED could be viewed as simply an optimization, cleaning up the entry as soon as we know it isn't needed, and not waiting for it to timeout.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects