The documentation says "When the connection related to a channel is closed, the channel is destroyed and garbage collected.". So is that process different from the channel timeout connection cleanup process in that clients hanging up the connection get their corresponding channels cleaned up immediately (making room for new connections), whereas in a channel timeout, those connections are only cleaned up periodically on the configured "cleanup interval" and they take up a connection slot (out of the configured connection limit) until that point?
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/b9fe8d57-8b92-4fb9-8073-963c2aca37e6n%40googlegroups.com.
