Closing TCP/SSL connexion or let the VM close it
Frank Muller <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAFA6GnAR=O9D4m84KuStd68a_XKf_zPOsixTmGKvQ7GORTQxCg@mail.gmail.com> |
Hi guys, I’m wondering if my processes should explicitly close the TCP/SSL connexion they hold before exiting or should they let the VM handles that? Does it make any difference? I’ve a bunch a processes in my app (around ~15K per at any even time). /Frank