1

I have developed a Java application using The ‘Fly’ Object Space.

After writing an object from the FlyServer to the FlySpace, there is a line of code as follows:

long res = space.write(dc, 10000);

Can someone explain to me what this line of code does?

user2381256
  • 101
  • 2
  • 2
  • 5

1 Answers1

0

It writes an object into the fly space which will survive 10000 ms. Examples here https://github.com/fly-object-space/fly-java/tree/master/src/com/zink/fly/example

More on fly here http://flyobjectspace.com/

Channing Walton
  • 3,977
  • 1
  • 30
  • 59