Ok, you have applied the hotfix, but have you tried to
reinstall your webserver connectors?
To answer your questions -
1. 'How do I check if CF is running in 64-bit? CF admin just
tells me the version is now 8.0.1.'
I don't think there is a way to tell if CF is running 32 of
64 bit (someone correct me here)... frankly, it doesn't matter from
a CF perspective (this is purely my opinion folks
🙂 ); its more on
the connectors to the webserver, and the memory allocation within
the JRE. Read this blog from Master Steve -
http://www.talkingtree.com/blog/index.cfm/2007/8/29/CF8-Performance-64-bit
2. Does IIS need to run also on 64-bit?
No. If you're using 32-bit, then use the 32-bit cononectors.
Same with 64-bit (using wsconfig for 64-bit).
3. How do I increase the stack size?
I think its the -Xss option. This link might help -
http://forum.java.sun.com/thread.jspa?threadID=649476&messageID=10055131
The FAQ page has some useful info -
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403277#_Toc193176416
HTH