Yes, the dreaded error. Out of stack space :)
Need to know if there is a way to increase the stack space that can be used by an application coded in visual basic. The bingo server (drawbingo.com) get's plummled nightly, and only once and a while does the Out of Stack Space error occur. With 128mb of RAM, I'm very confident that the recursive calling of the winsock's DataArrival event isn't using it all (even without the memory usage charts to back it up :)). I've drastically cut down on DoEvents statements which did help, but still the error occationally comes up.
So, if this is possible please let me know. Any articles or references on how to tackle this problem in a server application would be appreciated if you happen to have the links available :)
Thanks again,
Brian
