dzitkowskik / mini-dos

Project for Distributed Operating Systems at Warsaw University of Technology (Mathematics and Computer Science department) Winter 2015
Apache License 2.0
0 stars 0 forks source link

Sending serialized ResultSet from Node to Node #50

Closed dzitkowskik closed 8 years ago

dzitkowskik commented 8 years ago

Implement a way to send query result from node to node

dzitkowskik commented 8 years ago

Done using DbUtils

davidmigloz commented 8 years ago

Actually, we are not using DbUtils anymore. I implemented a Result Set Serializable and a method that fill it from the original Result Set. Using DbUtils did not provide us any advantage.

dzitkowskik commented 8 years ago

Sorry my bad, you are right:)