Re: [AOLSERVER] Windows Support

2012-09-27 Thread Jeff Hobbs
On 2012-09-27, at 1:56 AM, Maurizio Martignano maurizio.martign...@spazioit.com wrote: So what are the feasible options? I believe there are only two (well three) options: 1. we maintain the Windows code inside Aolserver (I favour this) 2. we compile Unix only code via the SUA SDK 3. we

Re: [AOLSERVER] Windows Support

2012-09-27 Thread jgdavidson
How about making AolServer nothing more than a TEA-compliant extension? Maybe we could create an ns_main command that created a thread that did all the AolServer stuff (i.e., listen on sockets, create connection pools, etc. etc.) and just run it in tclsh. I never looked at TEA close enough