-
Notifications
You must be signed in to change notification settings - Fork 581
iisnode faq
tjanczuk edited this page Aug 26, 2011
·
8 revisions
iisnode is a 32 bit module and requires the application pool in IIS on a 64 bit Windows system to explicitly allow 32 bits modules. Check the advanced settings of the application pool running the Default Web Site in your IIS installation to ensure it allows loading of 32 bit modules.
iisnode is completely async and does not block threads per request or connection. It does allocate small amounts of memory for active requests.