hi all,
does select work with disk files at all? now i want to do what tail does, but inside my code.
i could poll, i suppose, but that's so inelegant :). i'd really love to be able to use select.
Nothing wrong with polling. tail(1) is implemented with a polling interval of 1 second.
Brian
-- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
