Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想了解如果我们在 NodeJS 的 http.Server 对象中调用 close 方法会发生什么。(我认为这是对象也被 ExpressJS 服务器对象继承)。
我有以下问题:
close()
谢谢回复。
1)这可能是一个实现问题,但如果它至少不能使对象中所有分配的内存都符合垃圾回收的条件,我会感到惊讶。
2)可以,只要等待上一个服务器发送close事件即可;在那之前,之前的服务器不会最终确定。
close
3) 如果有更多代码要执行或有未决事件,则不会。