Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 10371 invoked by uid 500); 2 Apr 2002 04:31:21 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 10360 invoked from network); 2 Apr 2002 04:31:20 -0000 Errors-To: Message-Id: <5.1.0.14.2.20020401222055.02120838@localhost> X-Sender: wrowe%rowe-clan.net/pop3.rowe-clan.net@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 01 Apr 2002 22:21:24 -0600 To: "Bill Stoddard" ;, dev@apr.apache.org From: "William A. Rowe, Jr." Subject: Re: apr_bucket_file_create() args... In-Reply-To: <025201c1d9fc$f1b15040$05000100@sashimi> References: <5.1.0.14.2.20020401215810.023b8eb8@localhost> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_482733062==_.ALT" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=====================_482733062==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed At 10:14 PM 4/1/2002, you wrote: >Humm... I would be suprised if sendfile has a limit like this. If it does, >then it is a >bug in the OS IMHO. In principle, sendfile should work on any file >supported by the OS... Where do you see 64 bits of size here? BOOL TransmitFile( SOCKET hSocket, HANDLE hFile, DWORD nNumberOfBytesToWrite, DWORD nNumberOfBytesPerSend, LPOVERLAPPED lpOverlapped, LPTRANSMIT_FILE_BUFFERS lpTransmitBuffers, DWORD dwFlags ); --=====================_482733062==_.ALT Content-Type: text/html; charset="us-ascii" At 10:14 PM 4/1/2002, you wrote:

Humm... I would be suprised if sendfile has a limit like this. If it does, then it is a
bug in the OS IMHO. In principle, sendfile should work on any file supported by the OS...

Where do you see 64 bits of size here?

BOOL TransmitFile(
  SOCKET
hSocket,                  
  HANDLE
hFile,                              
  DWORD
nNumberOfBytesToWrite,               
  DWORD
nNumberOfBytesPerSend,               
  LPOVERLAPPED
lpOverlapped,                 
  LPTRANSMIT_FILE_BUFFERS
lpTransmitBuffers
  DWORD
dwFlags                              
);


--=====================_482733062==_.ALT--