Re: [Mono-dev] Mono and IBM

2009-02-12 Thread Carlos Ruiz Diaz
I was talking about running mono in a non-x86 platform. I'll have performance issues for sure but I don't know if it will be catastrophic or ignorable. On Wed, Feb 11, 2009 at 6:24 PM, Bill Seurer seu...@us.ibm.com wrote: mono-devel-list-boun...@lists.ximian.com wrote on 01/31/2009 07:43:09

Re: [Mono-dev] Mono and IBM

2009-02-12 Thread Bill Seurer
Carlos Ruiz Diaz carlos.ruizd...@gmail.com wrote on 02/12/2009 08:19:15 AM: I was talking about running mono in a non-x86 platform. I'll have performance issues for sure but I don't know if it will be catastrophic or ignorable. On Wed, Feb 11, 2009 at 6:24 PM, Bill Seurer seu...@us.ibm.com

Re: [Mono-dev] Mono and IBM

2009-02-12 Thread Carlos Ruiz Diaz
Oh, that is great! We had a multi-CPU system with two partitions (Linux and iSeries) and was running Mono on both. Could you please talk more about that? We have here two AS400 running OS400 v5r4. Do you think it will work? Thanks in advance. On Thu, Feb 12, 2009 at 12:23 PM, Bill Seurer

Re: [Mono-dev] Mono and IBM

2009-02-11 Thread Bill Seurer
mono-devel-list-boun...@lists.ximian.com wrote on 01/31/2009 07:43:09 AM: What do you guys think about performance penalization installing the Linux OS in a specially formatted partition inside the AS? What sort of performance penalty are you worried about? One on the overall system on one on

Re: [Mono-dev] Mono and IBM

2009-02-03 Thread Paolo Molaro
On 02/01/09 Andreas Färber wrote: There might be a mono port for AIX, which might run in the PASE environment, but i don't know the status of that. Some folks recently tried a new port to AIX/ppc64. They gave up last week because, supposedly, Mono relies on an undefined behaviour of

Re: [Mono-dev] Mono and IBM

2009-02-01 Thread Andreas Färber
Am 30.01.2009 um 23:57 schrieb Steven Munroe: There might be a mono port for AIX, which might run in the PASE environment, but i don't know the status of that. Some folks recently tried a new port to AIX/ppc64. They gave up last week because, supposedly, Mono relies on an undefined

Re: [Mono-dev] Mono and IBM

2009-02-01 Thread Carlos Ruiz Diaz
Thanks to all of you for the help that you guys gave me. i think I'll stay with C/C++ to be safe and avoid problems that I'll cannot control. Anyway I'll still looking around, reading and waiting for mono to be ready for my purposes. Best regards. CarlosRD On Sun, Feb 1, 2009 at 1:39 PM,

Re: [Mono-dev] Mono and IBM

2009-01-31 Thread Adar Wesley
...@gmail.com *To:* munro...@us.ibm.com *Cc:* mono-devel-list@lists.ximian.com *Sent:* Saturday, January 31, 2009 12:44 PM *Subject:* Re: [Mono-dev] Mono and IBM I think there is no solution for this particular problem, at least for now. I have to decide which language and architecture

Re: [Mono-dev] Mono and IBM

2009-01-31 Thread Carlos Ruiz Diaz
The original program was made in Java but IBM (from Brazil) stop recommended it because of its high hardware cost (consumes too much processor time) and they started offering PHP as a valid option (what? php?).but buying the zend core. I will still fighting for mono but if I am wrong choosing

Re: [Mono-dev] Mono and IBM

2009-01-31 Thread Oliver Schneider
I am not a Mono expert but compared to Java there should be no real performance improvement just more porting issues. Java is officially supported and optimized by IBM. If my job was on the line I would stick with Java and be safe. Carlos Ruiz Diaz wrote: The original program was made in

Re: [Mono-dev] Mono and IBM

2009-01-31 Thread Timothy Smith
Or leave DB2 on the AS400, spend the $2K on a server, run linux/mono and connect to the DB over the wire... On Sat, Jan 31, 2009 at 8:53 AM, Oliver Schneider i...@oliverschneider.bizwrote: I am not a Mono expert but compared to Java there should be no real performance improvement just more

Re: [Mono-dev] Mono and IBM

2009-01-30 Thread Steven Munroe
On Thu, 2009-01-29 at 15:38 -0300, Carlos Ruiz Diaz wrote: Hello list. Can mono run under an IBM AS-400 or any variant of this OS? If the AS400 is LPAR capable you can mono on Linux in the LPAR. After that its gets complicated. ___

Re: [Mono-dev] Mono and IBM

2009-01-30 Thread Carlos Ruiz Diaz
Thank you for your reply. So it means that I have to install Linux into another partition inside the AS400? On Fri, Jan 30, 2009 at 5:22 PM, Steven Munroe munro...@linux.vnet.ibm.comwrote: On Thu, 2009-01-29 at 15:38 -0300, Carlos Ruiz Diaz wrote: Hello list. Can mono run under an IBM

Re: [Mono-dev] Mono and IBM

2009-01-30 Thread BGB
- Original Message - From: Steven Munroe munro...@linux.vnet.ibm.com To: Carlos Ruiz Diaz carlos.ruizd...@gmail.com Cc: mono-devel-list@lists.ximian.com Sent: Saturday, January 31, 2009 7:22 AM Subject: Re: [Mono-dev] Mono and IBM On Thu, 2009-01-29 at 15:38 -0300, Carlos Ruiz Diaz

Re: [Mono-dev] Mono and IBM

2009-01-30 Thread Steven Munroe
On Fri, 2009-01-30 at 17:18 -0400, Carlos Ruiz Diaz wrote: Thank you for your reply. So it means that I have to install Linux into another partition inside the AS400? Yes, to my knowledge no one is working on a native port to AS400 (AKA i5OS). There might be a mono port for AIX, which

Re: [Mono-dev] Mono and IBM

2009-01-30 Thread Carlos Ruiz Diaz
I think there is no solution for this particular problem, at least for now. I have to decide which language and architecture to use in a major project that I have to start soom. My very first idea was C/C++ but I don't have much time to think about typical problems that this language and its

Re: [Mono-dev] Mono and IBM

2009-01-30 Thread BGB
- Original Message - From: Carlos Ruiz Diaz To: munro...@us.ibm.com Cc: mono-devel-list@lists.ximian.com Sent: Saturday, January 31, 2009 12:44 PM Subject: Re: [Mono-dev] Mono and IBM I think there is no solution for this particular problem, at least for now. I have

Re: [Mono-dev] Mono and IBM

2009-01-30 Thread Rodrigo Kumpera
2009/1/31 Carlos Ruiz Diaz carlos.ruizd...@gmail.com Do you think that is reliable and secure to build a high availability system that manage money in real time using mono and C#? Mono was not designed for real-time workloads. There is a project that adds support for locking with priority

[Mono-dev] Mono and IBM

2009-01-29 Thread Carlos Ruiz Diaz
Hello list. Can mono run under an IBM AS-400 or any variant of this OS? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list