Villemos / hbird-business

The business tier of the Open Ground Segment; Hummingbird
www.hbird.de
Apache License 2.0
2 stars 2 forks source link

Improve HbirdApi.executeRequest #17

Open laurikimmel opened 11 years ago

laurikimmel commented 11 years ago

HbirdApi.executeRequest can't handle more than one request at the time. Issuing two or more requests at the same time will end up with timeout exception at least for one of them.

Current workaround is to create new ICatalogue / IDataAccess object for each request. This is time consuming.

laurikimmel commented 11 years ago

Removed from 0.8.0