Ask a Question related to UNIX Programming, Design and Development.
-
cc #1
handle file > 2GB
Hi there,
Anyone know how to handle file size > 2GB in SUN? I called stat but it
fail with EOVERFLOW if the file > 2GB. TIA
cc Guest
-
Handle file download
I wanna write a little flash, that downloads an mp3 file from the server; then the user can download the file on his coputer. Can flash do this ? ... -
Multiple Handle on same file for appending
Hi, Is it possible to open multiple textstream on a same file for appending lines ? I would like to manage a logfile for my application that... -
How to handle empty file field in the form
I have got the form that insert data into database. But if you leave file field in the form empty it gives an error " The form field "img" did not... -
NFS file problem: maybe a stale/stuck handle?
This has me stumped. My apologies if the subject line misses the mark. I've recently migrated some directories from one NFS file server (SunOS... -
OO file handle for stdout
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 "Oxygene" <NOSPAM@bigpond.com> wrote in news:bgn1dd$q9nps$1@ID- 202028.news.uni-berlin.de: ... -
Fletcher Glenn #2
Re: handle file > 2GB
"cc" <ultraman@rogers.com> wrote in message
news:TyXMa.33358$PD3.111305@nnrp1.uunet.ca...The answer you're looking for can be found in the following direct> Hi there,
> Anyone know how to handle file size > 2GB in SUN? I called stat but it
> fail with EOVERFLOW if the file > 2GB. TIA
>
>
quote from the stat() man page:
USAGE
The stat(), fstat(), and lstat() functions have transitional
interfaces for 64-bit file offsets. See lf64(5).
--
Fletcher Glenn
to reply remove NOSPAM from my reply address
Fletcher Glenn Guest
-
Chuck Dillon #3
Re: handle file > 2GB
cc wrote:
man largefile> Hi there,
> Anyone know how to handle file size > 2GB in SUN? I called stat but it
> fail with EOVERFLOW if the file > 2GB. TIA
>
>
Also, go to docs.sun.com. There's a document there that describes how
to build 32 bit large file aware programs.
Or build 64 bit programs.
-- ced
--
Chuck Dillon
Senior Software Engineer
NimbleGen Systems Inc.
Chuck Dillon Guest



Reply With Quote

