Go Back   ZeroC Forums > Comments

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 16 votes, 5.00 average. Display Modes
  #91 (permalink)  
Old 10-22-2004
mep mep is offline
Registered User
 
 
Join Date: Feb 2003
Location: Changsha, China
Posts: 6
Send a message via ICQ to mep
-->
Quote:
Originally posted by chenhong_sz
All Ice Service(IcePack,IceBox,IceStrom...) can been build with user Application together,then these service can been run in different style: console, service(deamon),GUI Application.
as i know, TAO's corba service is doing so.
These can be included in commercial version. For a GPLed version, we just can NOT demand too much, 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.
Reply With Quote
  #92 (permalink)  
Old 11-13-2004
rc_hz rc_hz is offline
Registered User
 
Name: Eric RC
Organization: www.genband.com
Project: No project yet
 
Join Date: Jul 2004
Location: Hangzhou, China
Posts: 189
Send a message via MSN to rc_hz
-->
Quote:
Originally posted by Ctaesis
I'd like to see a big darn example Ice project that does something reasonably useful, and integrates the various existing features in non-canned ways.

Don't get me wrong, the documentation is excellant, and the examples are presented quite well - from good to better to best. However, it would be really useful if ZeroC provided some complete application of moderate complexity, GPL'd of course, which really shows off it's product.

Who's with me? (Or does this already exist?)

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!
Reply With Quote
  #93 (permalink)  
Old 11-17-2004
naef_wy naef_wy is offline
Registered User
 
 
Join Date: Oct 2004
Posts: 1
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
Reply With Quote
  #94 (permalink)  
Old 11-30-2004
stevekr stevekr is offline
Registered User
 
 
Join Date: Nov 2004
Posts: 1
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.
Reply With Quote
  #95 (permalink)  
Old 02-08-2005
miaolin miaolin is offline
Registered User
 
 
Join Date: Nov 2004
Posts: 5
Borland C++ compiler support wantted!

Borland C++ compiler support wantted!
Reply With Quote
  #96 (permalink)  
Old 02-09-2005
bernard's Avatar
bernard bernard is offline
ZeroC Staff
 
Name: Bernard Normier
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Palm Beach Gardens, FL
Posts: 813
Intel C++/Borland C++ support on Windows

At this time, we have no plan to support any non-Microsoft C++ compiler on Windows.

Best regards,
Bernard
Reply With Quote
  #97 (permalink)  
Old 02-10-2005
JohnB JohnB is offline
Registered User
 
 
Join Date: Feb 2005
Posts: 17
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.
Reply With Quote
  #98 (permalink)  
Old 02-10-2005
steu steu is offline
Registered User
 
 
Join Date: Feb 2005
Posts: 2
Gssapi

Hi, Ice is great! very good work!
I have a question: maybe possibile and not too difficult to implement a GSSAPI module for secure interoperability between client and servers?
Reply With Quote
  #99 (permalink)  
Old 03-11-2005
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
Quote:
Originally Posted by steu
Hi, Ice is great! very good work!
I have a question: maybe possibile and not too difficult to implement a GSSAPI module for secure interoperability between client and servers?
Most likely this is possible, but it's not on our todo list due to the lack of (commercial) demand for such a feature.
Reply With Quote
  #100 (permalink)  
Old 03-16-2005
SteveWampler SteveWampler is offline
Registered User
 
 
Join Date: Sep 2003
Posts: 48
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).
Reply With Quote
  #101 (permalink)  
Old 03-16-2005
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
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.
Reply With Quote
  #102 (permalink)  
Old 03-16-2005
SteveWampler SteveWampler is offline
Registered User
 
 
Join Date: Sep 2003
Posts: 48
That's the one. It is a interesting beast...
Reply With Quote
  #103 (permalink)  
Old 03-22-2005
Nis Baggesen Nis Baggesen is offline
Registered User
 
 
Join Date: Aug 2004
Location: Aarhus, Denmark
Posts: 112
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
Reply With Quote
  #104 (permalink)  
Old 03-22-2005
Nis Baggesen Nis Baggesen is offline
Registered User
 
 
Join Date: Aug 2004
Location: Aarhus, Denmark
Posts: 112
Slice metadata tags for c++ types

Being able to control the specific c++ typemapping (within the std framework possibly) with slice metatags would be nice
Reply With Quote
  #105 (permalink)  
Old 03-22-2005
DeepDiver's Avatar
DeepDiver DeepDiver is offline
Registered User
 
Name: Thomas Müller
Organization: Freelance Software Developer
Project: Project depend on Customers
 
Join Date: Nov 2004
Location: Munich, Bavaria, Germany
Posts: 100
Quote:
Originally Posted by Nis Baggesen
Being able to control the specific c++ typemapping (within the std framework possibly) with slice metatags would be nice
Thats what we'd like to have as well!

the ObjectFactory could be used for this with a method like this:
Code:
virtual ::Ice::ObjectPtr create(const ::std::string&, const BasicStream& is) = 0;
so within the object factory the developer not just only instanciates a new object, he also takes care about the unmarshalling from the stream.

and within the slice meta tags we could tell the slice compiler what type shall be used:

Code:
["cpp:MyOwnFoo"]
class Foo
{
};
just an idea

cu tom
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT -4. The time now is 04:45 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.