Discussion on:

4
Comments

Join the conversation!

Follow via:
RSS
Email Alert
On Solaris 8, patch 111297-01 (or later) will add support for sendfilev
0 Votes
+ -
sendfilev
Ian Holsman 17th Mar 2002
sendfilev is also a very handy function on solaris.
it allows you to mix memory buffers and file handles so that you can send a HTML response with some dynamic parts (which would be in a memory buffer) and a static parts (which could be pointed tobe a file handle)..
this may be the most efficent way of sending a semi-dynamic page
0 Votes
+ -
FreeBSD
stearnum@... 19th Mar 2002
Sendfile() is a relatively new operating system kernel primitive, which was introduced to solve the aforementioned problems. It is available in the latest kernel editions (UNIX, Linux, Solaris 8).

:=> How about FreeBSD (4.2) ??
0 Votes
+ -
Re: FreeBSD
jrrs 17th Jul 2002
From man sendfile(2):

HISTORY
sendfile() first appeared in FreeBSD 3.0. This manual page first appeared in FreeBSD 3.1.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.