Re: Send files over network
Re: Send files over network
- Subject: Re: Send files over network
- From: Andrew Farmer <email@hidden>
- Date: Sat, 22 Jan 2005 13:05:13 -0800
On 22 Jan 2005, at 10:04, André Lind wrote:
Thanx for the links, but I have found these ones already :/
I can send and recieve files, but just as long as they are somewhat
small...
My program reads in all the data that is to be sent into the memory
before sending it...
I want to "stream" or whatever so my computer doesn't get all slow
just because I send a file...
Well, you could use mmap()ed file I/O - read `man 2 mmap' for
information on the call. Make sure to check the file size before
mapping it.
Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden