ruby-dicom icon indicating copy to clipboard operation
ruby-dicom copied to clipboard

Using EventMachine for SCP

Open dmillar opened this issue 15 years ago • 1 comments

We should look into the possibility of using EventMachine as the architecture for DServer. We will write less code, and this will be faster and more stable.

dmillar avatar Mar 03 '10 20:03 dmillar

If it can make our code cleaner and simpler, then I think it is probably a good idea, even though it would add a dependency to Ruby DICOM.

It would need to be applied to DClient too though, not just DServer, as these two classes share the same network code in the Link class.

It would mean a considerable rewrite of these classes. To be honest, I dont feel like undertaking this myself at the moment, but I am definitely open to the idea.

dicom avatar Mar 04 '10 09:03 dicom