[Mono-dev] Process background problem

2009-01-16 Thread Carlos Ruiz Diaz
I think I found a bug using the runtime 2.0.1 compiled for openSUSE 10.3. I made a multithreading program that connects to a DB2 database (for AS400) using ODBC through unixODBC and perform some jobs using stored procedures mostly. It also connects to remote hosts using TCP sockets and displays de

Re: [Mono-dev] Process background problem

2009-01-16 Thread Carlos Ruiz Diaz
> > > On Fri, Jan 16, 2009 at 2:35 PM, Avery Pennarun wrote: > >> 2009/1/16 Carlos Ruiz Diaz : >> > When I run the following command: >> > >> > mono program.exe >> > >> > everything behave as expected but running: >> > >&

Re: [Mono-dev] Process background problem

2009-01-17 Thread Carlos Ruiz Diaz
nd TERM (I release the sockets, stop the threads), HUP.(reload my conf file) Carlos On Fri, Jan 16, 2009 at 7:50 PM, Petit Eric wrote: > I had similar problem and suspected invalid crossthreading exception, > but can yu say how yu solve it, please? > > Le 16 janvier 2009 23:16, Carlo

[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

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 wrote: > 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 Carlos Ruiz Diaz
that manage money in real time using mono and C#? How good is the .NET DB2 connector that mono offers to the public? Thanks to all for the reply. CarlosRD On Fri, Jan 30, 2009 at 7:57 PM, Steven Munroe wrote: > On Fri, 2009-01-30 at 17:18 -0400, Carlos Ruiz Diaz wrote: > > Thank you

Re: [Mono-dev] Mono and IBM

2009-01-31 Thread Carlos Ruiz Diaz
think about performance penalization installing the Linux OS in a specially formatted partition inside the AS? On Sat, Jan 31, 2009 at 12:47 AM, Rodrigo Kumpera wrote: > > > 2009/1/31 Carlos Ruiz Diaz > >> Do you think that is reliable and secure to build a high availabil

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, Andre

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 wrote: > mono-devel-list-boun...@lists.ximian.com wrote on 01/31/2009 07:43:09 AM: > > > What do y

Re: [Mono-dev] IBM.Data.DB2.DB2Exception: Unable to allocate statement handle

2009-02-12 Thread Carlos Ruiz Diaz
After failing trying to connect with the native driver I switched to unixODBC and it works fine for me. It is stable and I currently have a large program using ODBC as its connector. I use openSuse as my major OS. I installed the db2 express C but I was unable to find the required library to make I

Re: [Mono-dev] Mono and IBM

2009-02-12 Thread Carlos Ruiz Diaz
ll Seurer wrote: > Carlos Ruiz Diaz 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. > >

Re: [Mono-dev] Mono and IBM

2009-02-12 Thread Carlos Ruiz Diaz
Thank you! I'll test it ASAP. On Thu, Feb 12, 2009 at 4:17 PM, Bill Seurer wrote: > Carlos Ruiz Diaz wrote on 02/12/2009 11:49:55 > AM: > > > Oh, that is great! > > > > > We had a > > > multi-CPU system with two partitions (Linux and iSeries) and was

[Mono-dev] DllNotFound??

2009-06-08 Thread Carlos Ruiz Diaz
Hello list, I am having an estrange problem with my mono2.4 installation on a CentOS 5.3 kernel 2.6.18-128.1.6.el5PAE. The installation finishes with no errors and the runtime environment is apparently ok but when I tried to run my application (compiled in another machine with the same mono versi

Re: [Mono-dev] DllNotFound??

2009-06-09 Thread Carlos Ruiz Diaz
I reinstalled from the sources but this time I added --prefix=/usr/ to the*configure * script and doing this it finally works. I don't know if this is a bug or a problem with the OS but I hope it helps to someone. On Mon, Jun 8, 2009 at 8:53 PM, Carlos Ruiz Diaz wrote: > Hello list,