Problem Statement: Handling the file descriptors(opening looping through closing )

                   ...in a common-way
 

                   
Opportunity : understanding of handling of the stdout, stderr, stdin descriptors 

              ...will or is EOF ever encountered on these descriptors.


              In the programming context ....understanding how these are handled

              in certain contexts ...for instance tail -f ...listening on a logfile

              or a network listener or descriptor (analoguing netstat command with tail -f)

              ...various similar contexts...


              thus the ability of a descriptor to inherit characteristics 

              much on the lines of stdout, stderr, stdin ...without hindering these
              standard descriptors


              translating to ...innovative flags ...that can be used while 

              opening a handle ...open


              or much like enum used to aliase the standard constants
              
              
              ...applying use-case modelling to ...achieve the objectives explained or
                 
                 illustarated.


   Example: one of the envisable scope is that of the try ...catch block  ...kind of a trap

            mechanism

Note: The above problem statement having been encountered in various scenarios
      and detailed in various 'Proof of concepts' as mentioned in 
      
       http://uk.geocities.com/ravivenkatus/projects.pdf
       http://ravishankarkv.tripod.com/projects.pdf
        ....apply appropriate
      'use-case' modeling, rationalize and arrive at a workable and feasible 
       solution both commercially and techinically viable.