|
|
|
|||||
|
Quote:
, especially for easiness features to use.Anyway, command line mode is enough for us.
__________________
Best Regards, mep http://www.huihoo.org/~mep Last edited by mep : 10-22-2004 at 12:43 PM. |
|
|||||
|
Quote:
Yes, it's also my problem about Ice! If some complete application of moderate complexity are presented, ICE will be easier to learn for many of us! |
|
|||||
|
Looking for the src for the intel c++ compiler 8.0 under win32
I tried to compiler the source files with intel c++ 8.0 compiler,there were many errors as"error #69" and others,I tried to modify the source,but it's too many,i gave up.So i want to know if a version which supported intel c++ 8.0 of win32 will be published.Thanks in advance.
wyan |
|
|||||
|
IDL WSDL and OSGi
Is it possible to have a IDL to Slice (or WSDL to Slice), that wipe out features that are not handled (or not handled the same way) in both context.
It would be nice that the client can access a Webservice, an ORB and an Ice object with the same definition langage. Is is possible to use ICE inside an Osgi framework ? This may permit to use something else than webservice for communication in OSGi (www.osgi.org). Thank you for your feedback. |
|
|||||
|
How about thread priorities?
We are contemplating using Ice on a Real-Time OS such as Qnx or LynxOS so we will need to use thread priorities. Maybe need to create a thread attributes object that can be passed to an overloaded IceUtil::Thread::Thread() constructor. Haven't thought this through much yet so it needs a lot of thought. Maybe something like this: class ThreadAttributes {...} Priority inheritance for mutexes is not on by default on some Real-Time OS's so Ice Mutex should also enable this either automatically or via a constructor argument. -john Last edited by JohnB : 02-11-2005 at 12:10 PM. |
|
|||||
|
Scaling IceStorm...
Hi folks,
One thing that we'd find very useful is the ability to scale IceStorm (I *think* this is different than federating IceStorm...). That is, it would be nice to be able to create multiple, distributed IceStorm servers that are 'delegates' of a central event server registry. A client would connect to the registry and be given a handle to one of the delegates. This delegation would be on the basis of the (sorry, CORBA-term coming up) "ChannelName", not the client - so all posters and subscribers to the same channel would be allocated to the same delegate, automatically. Adding more delegates would allow the system to scale. A clever registry would be able to do load-balancing, but a simple round-robin approach would be nice to start. We have (in design) a highly distributed telescope control system that relies heavily on events. A previous CORBA-based system (different telescope) has a severe bottleneck in the centralized notification service - we'd like to avoid that in this (bigger, faster) project. Anyway, thanks for considering this - ICE is Nice (sorry). |
|
||||||
|
Are you talking about the telescope as described in this paper:
http://atst.nso.edu/library/spie/5496-40.pdf If so, a very cool project, it's great to hear that you chose Ice for this If you would like to discuss a closer collaboration, please feel free to contact us at info@zeroc.com. |
|
|||||
|
Simple language specific interfaces
When a slice interface definition is translated into C++ we get amongst other things a nice abstract Ice::Object class with all the defined methods as abstract functions.
This is all well and good, but in some cases it would be nice to simply have a pure language specific version of the interface. Something that wasn't an Ice::Object. This would be useful for making delegate objects or for combining the ice system with other third party classes that one may not want to put directly into the adapter or other parts of the reference counting framework |
|
||||||
|
Quote:
the ObjectFactory could be used for this with a method like this: Code:
virtual ::Ice::ObjectPtr create(const ::std::string&, const BasicStream& is) = 0; and within the slice meta tags we could tell the slice compiler what type shall be used: Code:
["cpp:MyOwnFoo"]
class Foo
{
};
cu tom |
![]() |
| 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 |
| Ice.Application feature requests | bartley | Comments | 4 | 02-05-2006 02:56 AM |
| Small C# Feature Request | acbell | Comments | 1 | 04-21-2005 02:12 AM |
| Feature request: Mutex classes | stephan | Comments | 1 | 03-27-2005 04:25 PM |
| platform feature matrix | dlyall | Comments | 0 | 09-02-2004 04:52 PM |
| Why not add DBC feature to Slice? | microweb | Comments | 3 | 12-07-2003 08:29 AM |