|
Home > Archive > Perlbal > July 2007 > can perlbal run on freebsd??
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
can perlbal run on freebsd??
|
|
|
| When I make test every thing fail (Perlbal-1.59 , Danga-Socket-1.57 and
Sys-Syscall-0.22)
My freebsd version is FreeBSD 4.11-RELEASE
And when I run on linux ,everything seem looks good
Is the sendfile or something call aio wrong?
I am not so sure!! can anybody tell me what happen!!!
| |
| Brad Fitzpatrick 2007-07-02, 7:11 pm |
| Perlbal should do reproxying fine on FreeBSD, but not serving files. I
recently started the move to IO::AIO exclusively (no longer using
Linux::AIO), so we can use IO::AIO's portable aio_sendfile, then sendfile
will work on FreeBSD, instead of just Linux.
But that works isn't done yet, so the test suite WILL fail a lot of the
tests, but normal reverse_proxy mode should work fine.
On Mon, 2 Jul 2007, mika wrote:
> When I make test every thing fail (Perlbal-1.59 , Danga-Socket-1.57 and
> Sys-Syscall-0.22)
>
> My freebsd version is FreeBSD 4.11-RELEASE
>
> And when I run on linux ,everything seem looks good
>
> Is the sendfile or something call aio wrong?
>
> I am not so sure!! can anybody tell me what happen!!!
>
>
>
>
>
>
|
|
|
|
|