This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Vte pty--it's baaaack


> One technical question, if the code goes on to open things using NAME 
> and ignore ASLAVE, will the ASLAVE file-descriptor need to be closed and 
> if so when can it be closed?  I expect the GUI code to just use NAME and 
> create objects using that.

You can close it any time, it does not matter.  You don't really even need
to have opened it in the first place, that's just what openpty does.  All
that matters is that the master side fd stays open.  When you do the Java
interface, you might as well use the couple of underlying calls instead of
actually using openpty.


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]