> Well, to follow up, it's not quite dead, but does act strangely.
>
> If I start up yaws without the "-i" flag, my CPU will peg to 100%, but
> of course not spewing visible errors to my screen. The errors are
> still in the log, but the spinning stops once I submit a request.
>
> The request is answered OK as well, and I can get the yapp console.
>
> Tim
If you get {error,einval} errors in the log it is probably due to the same
problem as described in another posting:
http://sourceforge.net/mailarchive/forum.php?thread_id=31173398&forum_id=12456
You will have the same problem if you change the yaws.conf file and try
to hup Yaws, then it will go into spin. (WARNING R11B users).
This was recognised by the OTP/Erlang folks as bug in R11B in the
gen_tcp module (or the driver it uses), and a fix was expected for
R11B-3. I haven't been able to verify this yet though.
Boring bug as it actually makes yapp unusable on R11B, and I need R11B
for ErlyWeb. Next phase was to try and add stuff so that one could make
yapps out of ErlyWeb applications.
Mikael
|