Skip Menu |

This queue is for tickets about the Cache-Memcached CPAN distribution.

Report information
The Basics
Id: 33666
Status: rejected
Priority: 0/
Queue: Cache-Memcached

People
Owner: Nobody in particular
Requestors: cpan [...] pjedwards.co.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.24
Fixed in: (no value)



Subject: If you are on a host without support for TCP window scaling...
Thanks for Cache::Memcached, If you are on a host without support for TCP window scaling... You might want to edit GetParser.pm thus: $res = sysread($sock, $self->[BUF], << 128*1024, $self->[OFFSET]); Show quoted text
>> 64*1024, $self->[OFFSET]);
I couldn't find a way to obtain the MAX SO_RCVBUF size in a platform independent manner. I ran into this on a VMS host. Peter (Stig) Edwards
Sorry, rejecting this... Reopen if you can give more details on the error you were seeing?
On Thu Jun 17 21:01:01 2010, DORMANDO wrote: Show quoted text
> Sorry, rejecting this... Reopen if you can give more details on the > error you were seeing?
The error was specific to a host that does not have TCP windows scaling enabled AND doesn't allow socket buffer sizes greater than the max allowed without TCP window scaling. I think it's pretty unusual these days. Fine to close. Thanks.