|
|
|
|||||
|
Large chunks of data
Hi,
I am working on a video service which will transfer image data (>1 MegaPixel) as a return type. I plan to define this as: interface IMAQ ... sequence<byte> acquire(); .... Is this the proper way to do this? Thanks, Mark
__________________
Mark E. Wilson Lead Programmer/Analyst Omega EP Project Laboratory for Laser Energetics (www.lle.rochester.edu) University of Rochester Rochester, NY 14623 |
|
|||||
|
Large chunks of data
I looked at the "similar threads", and ZeroC indicates that sending data in such big chunks is not efficient.
So, now I'm thinking of defining: interface IMAQTransferHandler { imageStart(ImageID); imageEnd(ImageID); imageData(ImageID, ByteSeq); }; And my image acquisition interface becomes: interface IMAQ { ... ImageID acquire(IMAQTransferHandler*); ... }; Opinions are welcome! Mark
__________________
Mark E. Wilson Lead Programmer/Analyst Omega EP Project Laboratory for Laser Energetics (www.lle.rochester.edu) University of Rochester Rochester, NY 14623 |
|
|||||
|
Makes sense - let the client do the work. Nice and simple.
__________________
Mark E. Wilson Lead Programmer/Analyst Omega EP Project Laboratory for Laser Energetics (www.lle.rochester.edu) University of Rochester Rochester, NY 14623 |
|
||||||
|
Quote:
Important note: Change in support policy |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IcePy, large sequences | huberthoegl | Help Center | 6 | 01-11-2006 05:19 AM |
| Use ICE to send large files(C++)? | thelONE | Help Center | 6 | 10-15-2005 09:18 PM |
| Question about sending large data. | JaneShang | Help Center | 3 | 10-14-2005 01:25 PM |
| IcePack.Registry.Data and IcePack.Node.Data directories | vsonnathi | Comments | 0 | 10-21-2004 06:12 PM |
| Transferring files/large data blocks | deepone | Help Center | 3 | 04-29-2004 08:53 AM |