----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Thank to Ian for the makefile, it's working fine.
But I got strange behaviour with load balancing :
On a bi-pro pentium 550, 500Meg, i installed Apache 1.3.9 + 2 Apache
jserv 1.1b3 (from CVS repository).
If i simulate 100 users, I get results which distributions are not
gaussian, instead I get three pics :
* One really fast around 100~200 ms
* A second at 5 seconds
* And a third a 10 seconds
The global average is 6 seconds.
Has anyone tested the load balancing in Winnt ? I know the document
says not to rely yet on this platform, but I also read some fixes have
been done in this area, is it true ?
Thank for any reply
Sebastien Sahuc
[EMAIL PROTECTED]
> -----Original Message-----
> From: Ian Holsman [mailto:[EMAIL PROTECTED]]
> Sent: mardi 19 octobre 1999 02:50
> To: '[EMAIL PROTECTED]'
> Cc: [EMAIL PROTECTED]
> Subject: Re: compilation problems on WIN32 of C module
>
>
>
>
> Sebastien Sahuc wrote:
>
> > Hi there,
> >
> > First of all, I got the distribution fron CVS (jservpub user), and
> > after successfully compiled Apache 1.3.9, i tried compiling jserv
> > project (VC++ 5 sp3 on WinNT WKST 4 sp4), and I got the following
> > issues :
> >
> > * jserv.h doesn't exist, but jserv.h.in does so i renamed it .
> >
> > * error C2371 (jserv.h(90) ) because of redifining boolean with
> > different type, so I commented the #define declaration .
> >
> > * Cannot find file {jserv_c_src}\jserv_mkimg.c !!! --> I give
up...
> >
> > I'm ready to try the Load Balancing stuff on Windows NT so
> if someone
> > could tell me how to compile the CVS distribution... Indeed
> the 1.1b1
> > distribution seems not to recognize the balance protocol while
> > mounting the servlet in the mod_jserv.conf file. So wanted
> to try with
> > newer distribution.
> >
> > Thanks for any help.
> >
> > Sebastien Sahuc
> > [EMAIL PROTECTED]
>
> ok.. try the following makefile.
> basically the jserv_mkimg.c isn't required.. it just makes
> jserv_image.c
> I >had< a pre-linked .dll but my webserver's motherboard got
fried...
> (I can always email you the .dll / .jar file I use which is
> pretty up to
> date, but I use VC++ 6.0 )
>
> ..Ian
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]