|
|
|
||||||
|
Hi Bytenik, welcome to the ZeroC forums!
Ice currently supports 6 programming languages, C++, Java, Python, PHP, C# and Visual Basic. Everything that goes "on the wire" is programming-language independent: an Ice client has no way to know the programming language used to implement the Ice server it talks to ... it does not matter. So you could start by implementing a server in Java and later rewrite it in C++ without changing anything in your clients. Ice for C++ and Ice for Java provide the same feature set; Ice for C++ is usually faster than Ice for Java, in particular SSL communications are a lot faster in C++. Ice for C# currently lacks a couple features: * SSL support * Freeze (the Ice persistence service) Hope this helps! Bernard Last edited by bernard : 04-04-2005 at 04:00 PM. |
![]() |
| 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 |
| Is this a cross-platform/language problem ? | rc_hz | Comments | 2 | 08-18-2006 08:18 AM |
| Disable features | mykael | Help Center | 1 | 07-03-2006 04:28 AM |
| Which language mapping(s) do you use? | marc | Comments | 12 | 05-31-2006 06:19 AM |
| Implementing New Language Mappings | FusionGyro | Help Center | 1 | 12-13-2005 05:15 AM |
| Provide language specific documentations of Ice | vermorel | Comments | 2 | 12-08-2005 05:24 AM |