Changeset 47723 in vbox for trunk/src/VBox
- Timestamp:
- Aug 14, 2013 12:39:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r47698 r47723 10147 10147 10148 10148 There can be a maximum of 32 sessions at once per VM, whereas session 0 10149 is reserved for the root session. This root session is controlling all 10149 is reserved for the root session. This root session is controlling all 10150 10150 other guest sessions and also is responsible for actions which require 10151 system level privileges. Each guest session keeps track of its started 10151 system level privileges. Each guest session keeps track of its started 10152 10152 guest processes, opened guest files or guest directories. 10153 10153 To work on guest files or directories a guest session offers methods to open … … 10227 10227 Closes this session. All opened guest directories, files and 10228 10228 processes which are not referenced by clients anymore will be 10229 uninitialized. 10229 closed. Guest processes which fall into this category and still 10230 are running on the guest will be terminated automatically. 10230 10231 </desc> 10231 10232 </method> … … 10725 10726 is / are set, the guest process will not exit until all data from the specified 10726 10727 stream(s) is / are read out. 10727 10728 To raise or lower the guest process execution limit, either the guest property10729 "/VirtualBox/GuestAdd/VBoxService/--control-procs-max-kept" or VBoxService'10730 command line by specifying "--control-procs-max-kept" needs to be modified.10731 A restart of the guest OS is required afterwards. To serve unlimited guest10732 processes, a value of "0" needs to be set (not recommended).10733 10728 </note> 10734 10729 … … 11977 11972 or create such objects (see <link to="IGuestSession::fileOpen"/> or 11978 11973 <link to="IGuestSession::directoryOpen"/> for example). 11974 11975 There can be up to 2048 objects (guest processes, files or directories) 11976 a time per guest session. Exceeding the limit will result in an appropriate 11977 error message. 11979 11978 11980 11979 When done with either of these objects, including the guest session itself,
Note:
See TracChangeset
for help on using the changeset viewer.