Re: How can I dive into apache webserver source code

2019-04-24 Thread William A Rowe Jr
I'm confused, why are you building with gcc to a Microsoft OS platform target? What you are left with is a hybrid of bad posix-like thunks to native MS API. You COULD install SFU (the Ubuntu-on-Windows layer) and have a true posix environment, but be warned I'm seeing broken locking behavior

Re: How can i dive into apache webserver source code

2019-04-22 Thread Eric Covener
> Open multiple copies of my editor (Visual Studio/Eclipse/Whatever) and then > debug and do line breaks step through the code. Find out the flow of the > code, stack trace through to see where the key points are and go from there. > > I can look at method after method - but it's nice if I can