| [RSE] File subsystem vs file service [message #515809] |
Sun, 21 February 2010 04:42  |
Vladimir Prus Messages: 6 Registered: July 2009 |
Junior Member |
|
|
Hello,
after reading the RSE Developer Guide, I not sure I fully grasp the difference
between roles of subsystems and services, and file subsystem and service in
particular. Specifically:
1. If I wish to upload a file to remote system, should I be using
IRemoteFileSubSystem, or IFileService?
2. Why is RemoteRunLaunchDelegate.remoteFileDownload using IFileService, and
not IRemoteFileSubSystem? For the record, I have integrated remote launch
in our debugger, using IRemoteFileSubSystem, and it seem to be working fine,
but I wonder if I'm missing something hidden.
3. If there generally any reason to use services level? Or it is purely
an implementation detail so that one subsystem can use different transports
to the target? It would be very confusing if clients can use either, without
clear guidance as to when to use which.
Thanks,
--
Vladimir Prus
CodeSourcery
vladimir@codesourcery.com
(650) 331-3385 x722
|
|
|