RE: [Mono-list] threads and Async Socket methods

2004-05-07 Thread Kele Turnipseed
I am not sure if the problem I am experiencing is the same as yours, but I will explain what appears to be happening to me. I have a similar program: a TCP server with lots of data being relayed between the clients. I am using async for accepting, sending and receiving. When I have about 20 asyn

RE: [Mono-list] Automatically Start Apache and Mod_Mono/XSP

2003-12-04 Thread Kele Turnipseed
On a related topic, would it make sense at all to enable mod_mono to launch mod-mono-server.exe? The path and command line parameters could be stored in the apache config file. I think this might solve a lot of the configuration problems people seem to be having. Kele -Original Message

RE: [Mono-list] Cannot compile mcs-0.28 !

2003-11-10 Thread Kele Turnipseed
I had a similar problem when upgrading my cvs based install. It seems to be using the currently installed version instead of the new one. I found that copying NUnit.Framework.dll from mcs/class/lib to /usr/local/lib fixed it. Hope that helps. Kele -Original Message- From: [EMAIL PROTE

RE: [Mono-list] /nonexistent/.wapi/shared_data-1-0 (problem)

2003-11-06 Thread Kele Turnipseed
Is it possible you are running mono as a user that does not have a home directory? Or has an invalid home directory (/nonexistent)? Kele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Maciej Peruga Sent: Wednesday, 5 November 2003 7:08 AM To: [EMAIL PROTE

RE: [Mono-list] Re: Bridges to SOAP and/or .NET ?

2003-10-28 Thread Kele Turnipseed
Is it possible Remoting.Corba would be acceptable? I have tested it with ORBit (and bonobo activation) and it appears to work fine. http://remoting-corba.sourceforge.net/ Kele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Meeks Sent: Tuesday, 28

RE: [Mono-list] running mod_mono

2003-10-01 Thread Kele Turnipseed
I would say the problem is that CDONTS (Collaboration Data Objects for NT Server) is not a .NET assembly, it is a Win32 COM library. This is not supported by mono. You might want to look at using the System.Web.Mail classes instead of CDO. Kele -Original Message- From: [EMAIL PROTECTED