Tagged Questions
The ice tag has no wiki summary.
10
votes
4answers
3k views
Has anybody compared WCF and ZeroC ICE?
ZeroC's ICE (www.zeroc.com) looks interesting and I am interested in looking at it and comparing it to our existing software that uses WCF. In particular, our WCF app uses server callbacks (via HTTP).
...
6
votes
0answers
102 views
Load testing : how to generate per second requests? [migrated]
I have a server component which runs over Zeroc-ICE. When I wanted to load test it, I thought that using parallel library to create multiple requests would do it. But it dint end up that way. Using ...
4
votes
4answers
2k views
STUN, TURN, ICE library for Java
I need to establish a P2P UDP and TCP Connection between two Users. Both of them are behind a NAT.
A little research leads me to STUN, TURN and ICE.
Is there any Java solution (library) except jSTUN ...
3
votes
0answers
310 views
JSTUN vs PJNATH
I'm going to be writing my own STUN implementation in JavaScript (server-side with NodeJS), and I'm looking for a library to base my code on.
I have found both JSTUN and PJNATH, and both seem to be ...
3
votes
2answers
385 views
How is something like Zircon Zircomp different from ZeroC Ice?
Is there anyone that's currently using Zircon Zircomp? How is their technology different from something like ZeroC ICE? Are they trying to solve the same problem domain? How's their target audience ...
3
votes
2answers
750 views
Any experiences with C# and ZeroC ICE
http://www.zeroc.com/
I hear it's much better at cross platform interop and with performance.
2
votes
1answer
82 views
C++ Exception not caught (Qt Project)
My problem is the following:
There is a shared library called Interface.so which is based on ICE (Internet Communication Engine) and something like a wrapper for frequently recurring tasks. One of ...
2
votes
0answers
41 views
Why do I get Ice::MemoryLimitException, even with Ice.MessageSizeMax=2000000
Hi I have written a C# client/server application using the Zeroc Ice communication libary (v3.4.2).
I am transferring a sequence of objects from the server which are then displaying them in the ...
2
votes
1answer
95 views
ZeroC Ice demo failing
Note: I tried to post on their forum but was apparently not allowed so I went here.
I'm trying to get ZeroC Ice demos to work but I'm running into a problem.
I get this while trying both the C# and ...
2
votes
2answers
418 views
ICE, STUN, TURN library for iOS iPhone
I need to establish a P2P UDP and TCP Connection between two Users. Both of them are behind a NAT. A little research leads me to STUN, TURN and ICE.
Is there any open source iOS (library) which ...
2
votes
2answers
269 views
ZeroC Ice “checked casts” in Scala
ZeroC Ice for Java translates every Slice interface Simple into (among other things) a proxy interface SimplePrx and a proxy SimplePrxHelper. If I have an ObjectPrx (the base interface for all ...
2
votes
1answer
429 views
Using ZeroC Middleware
I'm currently looking at various middleware solutions that will allow me to create applications in a variety of languages which are able to communicate amongst each other.
The ZeroC product suite ...
2
votes
4answers
501 views
Django, how to generate an admin panel without models?
I'm building a rather large project, that basically consists of this:
Server 1:
Ice based services.
Glacier2 for session handling.
Firewall allowing access to Glacier2.
Server 2:
Web ...
1
vote
2answers
67 views
Is there a way in WiX to supress ICE on a case by case basis
Is there a way to do this. I don't want to shut off all of them from a certain ICE, because some may be valid and need fixing. But there are times I would like to say. OK, I can live with that ICE, ...
1
vote
2answers
415 views
Ice Chat Application
I'm ICE starter. At http://zeroc.com there is good tutorial on how to create chat. I decided to use the tutorial as base. And first thing I tried to do was writing ChatRoom class in c# instead of ...
1
vote
0answers
273 views
Any STUN/TURN/ICE client library in PHP?
I am trying to establish P2P between two PHP daemon deployed on machines in different network (both behind NAT). I searched around for NAT traversal using PHP on Google and seems like their is no ...
1
vote
2answers
1k views
How to use pthread_atfork() and pthread_once() to reinitialize mutexes in child processes
We have a C++ shared library that uses ZeroC's Ice library for RPC and unless we shut down Ice's runtime, we've observed child processes hanging on random mutexes. The Ice runtime starts threads, has ...
1
vote
1answer
165 views
Ice grid plugin for maven
Does anyone know if there is an Ice grid plugin for Maven2?
Currently I will have to call an Ant task from Maven as follows:
http://maven.apache.org/plugins/maven-antrun-plugin/usage.html
1
vote
1answer
586 views
Keep alive using SIP in .net
I am creating an application where I need to implement SIP protocol in .NET. We have Client-Server setup where client keeps on sending keep alive message to server. We can only use SIP protocol or any ...
0
votes
0answers
34 views
IceStorm problem
I have Chat application that uses Ice 3.4.1 and I need my server to send reports using IceStorm. My server:
Ice.ObjectAdapter adapter = ic.createObjectAdapter("DSRG_AD1");
Ice.ServantLocator ...
0
votes
1answer
30 views
Specify Log file when setting up ICE communicator
When initializing an ICE communicator, is it possibly to specify a different log file than what is named in the config file? I want to change where Ice.StdOut and Ice.StdErr log too programatically.
0
votes
0answers
53 views
I want to create a Mac Leopard app that will monitor the IceClean 3.1.2 program [closed]
I want to create a Mac Leopard app that will monitor the IceClean 3.1.2 program, display a more descriptive status of what the IceClean program is doing, and, importantly, "gracefully" shutdown the ...
0
votes
0answers
223 views
ICE STUN, TURN API in iOS SDK
We are in process of developing an app which requires NAT travesals for iPhone
Does iPhone SDK provides/expose ICE, STUN, TURN) API's ? Apple is already using these open standards in FaceTime, the ...
0
votes
2answers
218 views
Using ICE from Zeroc, how do I configure Icebox in .NET to host two separate services?
Using ICE I can start a single server using the following command:
iceboxnet.exe --Ice.Config=config.icebox
(download the ICE v3.4.1 demo source and look at directory ...
0
votes
2answers
230 views
ICE PDF | How to deploy and use with print option
Hi all
I am using icepdf - opensource java application for pdf viewer in my web.
ICEPDF works fine for me(i can view pdf using this0 but now i want to add print option to this.
Is this possible. Is ...
0
votes
3answers
273 views
MSVC gives up on template heavy code with “fatal error C1060: compiler is out of heap space”
I am trying to compile some relatively template heavy code with MSVC (2010), and it eventually quits with fatal error C1060: compiler is out of heap space.
The whole thing is just one translation ...