Go Back   ZeroC Forums > Comments

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 16 votes, 5.00 average. Display Modes
  #196 (permalink)  
Old 03-29-2007
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,780
Quote:
Originally Posted by feathers View Post
Three years have passed since the above statement was made. Today, a google of IPv4 yields 9M hits. A google of IPv6 yields 16M hits.

Does ICE now support IPv6? (I searched the PDF version of the ICE 3.2.0 manual, but found no reference to IPv6.)
No, Ice does not support IPv6. So far no customer has ever required this feature, therefore we have not implemented it.
Reply With Quote
  #197 (permalink)  
Old 03-29-2007
feathers feathers is offline
Registered User
 
Name: David Featherstone
Organization: Mitel Corporation
Project: Prototype
 
Join Date: Mar 2007
Posts: 2
"If you build it, they will come." - Field of Dreams (1989)
Reply With Quote
  #198 (permalink)  
Old 04-02-2007
matthew's Avatar
matthew matthew is offline
ZeroC Staff
 
Name: Matthew Newhook
Organization: ZeroC, Inc.
Project: Internet Communications Engine
 
Join Date: Feb 2003
Location: NL, Canada
Posts: 1,028
"Show me the money" - Jerry Maguire (1996)
Reply With Quote
  #199 (permalink)  
Old 05-23-2007
dhlong dhlong is offline
Registered User
 
Name: Dao Hai Long
Organization: Friendship Hospital Vietnam
Project: HMIS
 
Join Date: Jun 2005
Location: Hanoi, Vietnam
Posts: 8
Send a message via Yahoo to dhlong
-->
SSL support in ICE-E !
__________________
Long, Dao Hai
Vietnam
Reply With Quote
  #200 (permalink)  
Old 06-02-2007
CatOne CatOne is offline
Registered User
 
Name: Bill Lloyd
Organization: --
Project: --
 
Join Date: Feb 2003
Location: California
Posts: 18
Quote:
Originally Posted by matthew View Post
"Show me the money" - Jerry Maguire (1996)
Matthew, always with the riposte
Reply With Quote
  #201 (permalink)  
Old 06-04-2007
pgquiles pgquiles is offline
Registered User
 
Name: Pau Garcia i Quiles
Organization: Arisnova
Project: IPMS
 
Join Date: Jun 2007
Posts: 10
Actual entry in the Windows Registry

This "feature" is not exactly about Ice but about its Windows installer. Please, make it create an actual folder under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Uninstall (or event better, under HKEY_LOCAL_MACHINE\Software\ZeroC). Currently the folder name under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Uninstall is autogenerated (or it looks like that), making it impossible to reliable find the location of Ice.

Thank you.
Reply With Quote
  #202 (permalink)  
Old 07-13-2007
solikhin solikhin is offline
Registered User
 
Name: solikhin solikhin
Organization: UII Yogyakarta
Project: Converting inhouse 2 tier to 3 tier architecture
 
Join Date: Jul 2007
Posts: 9
I think it would be great if ICE support transaction (I mean database transaction, two phase commit like setcomplete() / setabort() feature in DCOM /COM+, or Java transaction). It will promote ICE as direct replacement of Microsoft COM+, but run on multiplatform.
Reply With Quote
  #203 (permalink)  
Old 03-06-2008
sly596 sly596 is offline
Registered User
 
Name: Peter Sylvester
Organization: Daniel Webster Research Institute
Project: AHR (Medical Project)
 
Join Date: Feb 2008
Posts: 11
Event Filtering

I, too, would love to see Event Filtering for IceStorm. It is such a fundamental necessity in an event channel.

Pete
Reply With Quote
  #204 (permalink)  
Old 04-17-2008
epeisach epeisach is offline
Registered User
 
Name: Ezra Peisach
Organization: Boston University School of Medicine
Project: Periodic monitoring of state of cluster of machine
 
Join Date: Apr 2008
Posts: 1
Python loadSlice should allow for parsing of string

I have a simple client model for periodically reporting some statistics on a machine.
Given that the machines already have rpms for Ice in python on the machine, using loadSlice() is appealing in that I will not have to regenerate any files if the rpms are upgraded and slice2py requires some changes.

loadSlice is nice - in that I can parse a slice file - but it requires an additional file to be distributed with this otherwise one file client. It would be nice if there was an equivalent to loadSlice that would parse a string and not just a file... I could probably hack it up to have the python script create a temporary file and dump the contents there for parsing - but as I said - a hack....

Looking under the hood - this would be a non-trivial change...

Ezra
Reply With Quote
  #205 (permalink)  
Old 04-20-2008
paolo paolo is offline
Registered User
 
Name: paolo volpi
Organization: tvblob
Project: tvblob blobbox
 
Join Date: Aug 2007
Posts: 18
ObjectAdapter with time based Objects lifetime

A big problem with Ice is tracking object lifetime for object created and owned by clients. Tipically this objects are created by Factories with UUID Identity and the responsability to destroy them is leaved to the client. What happen if a client doesn't destroy them (for network problems or bugs)?
It wuold be very nice to be able to register object with timeout. An object adapter able to destroy object not accessed for a configurable period of time.
Reply With Quote
  #206 (permalink)  
Old 04-20-2008
xdm's Avatar
xdm xdm is offline
ZeroC Staff
 
Name: José Gutíerrez de la Concha Martínez
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Sep 2003
Location: La Coruña, Spain
Posts: 284
Hi paolo,

You can already do that with a Timer in your servant implementation, i think
that there is no need for such a change, there are lot´s of diferent scenarios for objects life time and no one is better for all kind of applications, is better implement it in the application layer.

There are several examples in Ice sources of how do what you describe.

look at demo/Ice/session , demo/Glacier2/chat in Ice sources
Also is interesting the Article "The Grim Reaper: Making Objects Meet Their Maker" wrote by michi in newsletter 3.

http://www.zeroc.com/newsletter/issue3.pdf

Hope this help
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 01:56 AM
Small C# Feature Request acbell Comments 1 04-21-2005 01:12 AM
Feature request: Mutex classes stephan Comments 1 03-27-2005 03:25 PM
platform feature matrix dlyall Comments 0 09-02-2004 03:52 PM
Why not add DBC feature to Slice? microweb Comments 3 12-07-2003 07:29 AM


All times are GMT -4. The time now is 01:25 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.