Re: [AOLSERVER] AOLServer 4.0.10 and Mac OS X 10.4.6

2006-06-04 Thread Nathan Folkman
SourceForge recently updated their CVS servers: http://sourceforge.net/cvs/?group_id=3152 You'll need to check out fresh. - n [EMAIL PROTECTED] wrote: Hi again, I have try all day to checkout from the sourceforge CVS but the connection is refused. Is there something wrong with

Re: [AOLSERVER] AOLServer 4.0.10 and Mac OS X 10.4.6

2006-06-04 Thread Nathan Folkman
Hmm - how were you configuring things? As an example, let's say you have installed Tcl in /usr/local/tcl, you should be able to configure things like this: % cd aolserver % ./configure --with-tcl=/usr/local/tcl/lib --prefix=/usr/local/aolserver % /usr/local/tcl/bin/tclsh8.4 -install

Re: [AOLSERVER] AOLServer 4.0.10 and Mac OS X 10.4.6

2006-06-03 Thread Hérick Moniz
Hi again, I have try all day to checkout from the sourceforge CVS but the connection is refused. Is there something wrong with sourceforge ? Herick Hérick Moniz, directeur du développement technologique [EMAIL PROTECTED] __ Disques RSB Inc. 8400,

Re: [AOLSERVER] AOLServer 4.0.10 and Mac OS X 10.4.6

2006-06-02 Thread Jim Davidson
I just checked in the fix which is really just to disable the configure check for poll on OS/X, thus not setting the HAVE_POLL cdef and defaulting to the poll emulation code used on OS/X in the past. So, update, re-config, and rebuild -- should work now. For those curious, it appears that

Re: [AOLSERVER] AOLServer 4.0.10 and Mac OS X 10.4.6

2006-06-02 Thread Hérick Moniz
Hi, Thank again for your help. How could I get this fix ? Is it working ? Herick On Jun 2, 2006, at 3:58 PM, Jim Davidson wrote: I just checked in the fix which is really just to disable the configure check for poll on OS/X, thus not setting the HAVE_POLL cdef and defaulting to the poll

Re: [AOLSERVER] AOLServer 4.0.10 and Mac OS X 10.4.6

2006-06-02 Thread Nathan Folkman
Check out, or update, your code from the HEAD. - n [EMAIL PROTECTED] wrote: Hi, Thank again for your help. How could I get this fix ? Is it working ? Herick On Jun 2, 2006, at 3:58 PM, Jim Davidson wrote: I just checked in the fix which is really just to disable the configure check for

Re: [AOLSERVER] AOLServer 4.0.10 and Mac OS X 10.4.6

2006-06-01 Thread Hérick Moniz
Yes, maxiput is set to [expr 20 * 1024 * 1024]. But the problem is not when I upload file to the server but when I download file from it. Herick Hérick Moniz, directeur du développement technologique [EMAIL PROTECTED] __ Disques RSB Inc. 8400, Côte-de-Liesse

Re: [AOLSERVER] AOLServer 4.0.10 and Mac OS X 10.4.6

2006-06-01 Thread Nathan Folkman
I believe the issue he's referring to is happening when trying to retrieve large files from the server, and not an issue with trying to post a large amount of data. I'm actually seeing the same issue as well when trying to fetch a large file, and am in the middle of trying to debug further.

Re: [AOLSERVER] AOLServer 4.0.10 and Mac OS X 10.4.6

2006-06-01 Thread Nathan Folkman
Interesting... Good news is that I can definitely reproduce. :-) I'll take a look. Interestingly the response headers seem to be correct: -rw-r--r-- 1 shmooved shmooved 173551012 Apr 21 10:41 Desktop/Inbox/cvs.zip http://10.0.1.3:8000/cvs.zip GET /cvs.zip HTTP/1.1 Host: 10.0.1.3:8000

Re: [AOLSERVER] AOLServer 4.0.10 and Mac OS X 10.4.6

2006-06-01 Thread Hérick Moniz
Any thing I could look on my side ? I got this only on Mac OS X 10.4.X. Everything is fine on Mac OS X 10.3.9 Could it be related to GCC4 the default compiler on 10.4.X ? Thanks for your help ! Herick On Jun 1, 2006, at 10:20 AM, Nathan Folkman wrote: Interesting... Good news is that I

Re: [AOLSERVER] AOLServer 4.0.10 and Mac OS X 10.4.6

2006-06-01 Thread Nathan Folkman
Was talking with Jim about this issue earlier today. Seems to be an issue with OS X supplied poll(). We should have a fix checked in either today or tomorrow - stay tuned! - n [EMAIL PROTECTED] wrote: Any thing I could look on my side ? I got this only on Mac OS X 10.4.X. Everything is fine