Re: [naviserver-devel] OpenBSD/sparc64: driver blocks on a new connection if acceptsize > 1

2007-02-22 Thread Vlad Seryakov
The log will tell you which port it's listening on. No need for user/pass when telneting in (not sure this is the best change in the world, Vald...) This will work for localhost only and for new developers which uses Linux for personal use makes less headaches. Once ready for production, mea

Re: [naviserver-devel] OpenBSD/sparc64: driver blocks on a new connection if acceptsize > 1

2007-02-22 Thread Stephen Deasey
On 2/19/07, Michael A. Cleverly <[EMAIL PROTECTED]> wrote: On 2/10/07, Stephen Deasey <[EMAIL PROTECTED]> wrote: > You could try compiling the kernel with support for RTHREADS enabled. > > Then compile the rthreads library in /usr/src/lib/librthread > > Then link against it for 1-1 user-kernel th

Re: [naviserver-devel] OpenBSD/sparc64: driver blocks on a new connection if acceptsize > 1

2007-02-19 Thread Michael A. Cleverly
On 2/10/07, Stephen Deasey <[EMAIL PROTECTED]> wrote: You could try compiling the kernel with support for RTHREADS enabled. Then compile the rthreads library in /usr/src/lib/librthread Then link against it for 1-1 user-kernel threads. Rather than recompiling OpenBSD I decided to start fresh a

Re: [naviserver-devel] OpenBSD/sparc64: driver blocks on a new connection if acceptsize > 1

2007-02-10 Thread Stephen Deasey
On 2/10/07, Stephen Deasey <[EMAIL PROTECTED]> wrote: On 2/10/07, Michael A. Cleverly <[EMAIL PROTECTED]> wrote: > My adventures (with CVS HEAD) on OpenBSD/sparc64 continue. > > Unless I set: > > ns_section "ns/server/${servername}/module/nssock" > ns_param acceptsize

Re: [naviserver-devel] OpenBSD/sparc64: driver blocks on a new connection if acceptsize > 1

2007-02-10 Thread Stephen Deasey
On 2/10/07, Michael A. Cleverly <[EMAIL PROTECTED]> wrote: My adventures (with CVS HEAD) on OpenBSD/sparc64 continue. Unless I set: ns_section "ns/server/${servername}/module/nssock" ns_param acceptsize 1 in my conf file then incoming an HTTP request never get servi

Re: [naviserver-devel] OpenBSD/sparc64: driver blocks on a new connection if acceptsize > 1

2007-02-10 Thread Vlad Seryakov
Can it be that if accept is called when there is no incoming request something screwed up in the process so subsequent accepts even in other threads do not work? Looks like OpenBSD may not allow to call extra accept Michael A. Cleverly wrote: My adventures (with CVS HEAD) on OpenBSD/sparc64 c

Re: [naviserver-devel] OpenBSD/sparc64: driver blocks on a new connection if acceptsize > 1

2007-02-10 Thread Stephen Deasey
On 2/10/07, Michael A. Cleverly <[EMAIL PROTECTED]> wrote: My adventures (with CVS HEAD) on OpenBSD/sparc64 continue. Unless I set: ns_section "ns/server/${servername}/module/nssock" ns_param acceptsize 1 in my conf file then incoming an HTTP request never get servi

Re: [naviserver-devel] OpenBSD/sparc64: driver blocks on a new connection if acceptsize > 1

2007-02-10 Thread Michael A. Cleverly
On 2/10/07, Michael A. Cleverly <[EMAIL PROTECTED]> wrote: My adventures (with CVS HEAD) on OpenBSD/sparc64 continue. Unless I set: ns_section "ns/server/${servername}/module/nssock" ns_param acceptsize 1 in my conf file then incoming an HTTP request never get servi

[naviserver-devel] OpenBSD/sparc64: driver blocks on a new connection if acceptsize > 1

2007-02-10 Thread Michael A. Cleverly
My adventures (with CVS HEAD) on OpenBSD/sparc64 continue. Unless I set: ns_section "ns/server/${servername}/module/nssock" ns_param acceptsize 1 in my conf file then incoming an HTTP request never get serviced promptly; I can't connect to the nscp control port, and I