DSM-CC Mounting filesystem

hi all

can anybody clear my doubt regarding the servicedomain.attach() function in org.dvb.dsmcc. The attach() function says to mount the carousel to the local filesystem, does it mean that the receiver has to transfer the whole object carousel in broadcast network to the local filesystem so that later when an application asks for a file it can take it from the local filesystem. hoping to receive response

mkm

[431 byte] By [etsra] at [2007-10-3 0:34:53]
# 1

> hi all

>

Hi,

> can anybody clear my doubt regarding the

> servicedomain.attach() function in org.dvb.dsmcc. The

> attach() function says to mount the carousel to the

> local filesystem, does it mean that the receiver has

> to transfer the whole object carousel in broadcast

> network to the local filesystem so that later when an

> application asks for a file it can take it from the

> local filesystem. hoping to receive response

>

No it doesn't mean this. All it means is that the files will appear there

if asked for. They still need to be fetched from the network, either when

they're asked for by an application or perhaps speculatively (as an

optimisation).

The term "mount" in MHP has the same meaning as when a

NFS file system from a file server is mounted in a Linux or Unix

computer. The files stay on the server with a local cache of some

kind in the client.

desperadoa at 2007-7-14 17:28:36 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2
First of all thank u for your information. i just want to clarify one more thing whether one has to modify the java.io package for accessing files from carousel.
etsra at 2007-7-14 17:28:36 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 3

If you're implementing MHP/OCAP then some integration between the implementaiton of the java.io packages and the implementation of DSMCC is needed. This is probably a lot easier if changes are made to the implementation of java.io however I'm told there are people who've implemented MHP with J2SE without making any changes. If this is correct and they pass the MHP test suite then they have my admiration.

desperadoa at 2007-7-14 17:28:36 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 4
Thats Gr8.... i think one can implement MHP without any changes in the java.io.packages by doing some modification in the JNI layer which implements the native code. probably in the native code they might be taking into account carousel part....its my guessmkm
etsra at 2007-7-14 17:28:36 > top of Java-index,Java Mobility Forums,Consumer and Commerce...