Hello!
On Fri, Dec 13, 2013 at 1:31 PM, <i...@ecsystems.nl> wrote:
> Ok got a db and table but it hangs on a simple select (I can see it
> connecting), most likely because I had to do this in drizzle.c:
>
> /* ret= poll(pfds, x, drizzle->timeout); */
> ret=1;
> drizzle_log_crazy(drizzle, "poll return=%d errno=%d", ret, errno);
>
I think you should also set all those flags like POLLIN and POLLOUT
yourself in libdrizzle or in ngx_drizzle. They're "events" affecting
the code paths in libdrizzle. I think you'll have to debug any such
issues yourself on Windows :)
Regards,
-agentzh