|
From: Wesley W. T. <we...@te...> - 2002-01-20 21:30:57
|
Has anyone tried to use libst with 64bit large file support on a 32bit platform? I assume it won't work, but wanted to check. I notice that the read/write apis all use size_t instead of off_t, so I doubt they'll work. However, what I want to know is whether or not sticking them in a st_poll would work: There's that new errno value for if you use a 32bit call on a 64bit file and I am concerned that they could break even those st functions without offset paremeter. Has anyone gotten or failed to get this to work? If it doesn't work, should this be fixed? Before you say 'why would you need 64bit support for sockets', it's not for sockets... I want to have the equivalent of 'tail -f' on several files at the same time I'm watching sockets for incoming requests. These files could be >> 2Gb. Thanks. -- Wesley W. Terpstra <we...@te...> |