Re: [Mono-list] Weird remoting problems under Windows.

2005-05-24 Thread George Farris
On Tue, 2005-05-24 at 13:11 +0200, Lluis Sanchez wrote: > Hi, > > My guess is that your problems are due to GTK code running in threads > other than the GUI thread. The remoting infrastructure has its own > thread pool, and remote calls are executed in arbitrary threads taken > from that pool. A s

[Mono-list] Change Website Content without rebooting XSP/Apache/mod mono.

2005-05-24 Thread Howard Cole
Hi, Whenever I make modifications to a mono asp website, I stop apache, kill any running mono processes and then copy the new files to the server. I then restart apache. Do I need to kill both to serve the new aspx and html files? Regards, Howard Cole www.selestial.com _

RE: [Mono-list] Services, daemons

2005-05-24 Thread Jörg Rosenkranz
Hi Helge, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > > Can I make use of > ServiceProcess at all - I guess not? Is there a must-read available > anywhere to clear things up? I believe this is also heavily > distro-specific? > You can us

[Mono-list] Services, daemons

2005-05-24 Thread Helge Lenuweit
Hello list, I have a core app that is usually embedded into a Windows service and, alternatively, into a console program for debugging. As the console program runs fine on mono (on SuSE 9.1, in my case), I'm looking into running it as a Linux daemon or other form of permanent, auto-starting s

Re: [Mono-list] IMAP libraries

2005-05-24 Thread Howard Cole
Many thanks to A William and Jochen Wezel I shall try the Quiksoft EasyMail.NET libraries and report back. There are some open source code out there that I have found: 1. LumiSoft provide (Freeware) Mailserver & webmail with SMTP, IMAP and POP3 libraries - Limited mail format support 2. S

Re: [Mono-list] deployment w/ run time of mono?

2005-05-24 Thread Jonathan Pryor
On Mon, 2005-05-23 at 07:15 -0500, netSQL wrote: > 1. where is the run time of mono? Simple answer: build your own version of mono and install it into a custom prefix. Everything under that prefix is part of mono's runtime. :-) Alternatively, grab the x86 Linux installer, install it into a custo

Re: [Mono-list] Weird remoting problems under Windows.

2005-05-24 Thread Lluis Sanchez
Hi, My guess is that your problems are due to GTK code running in threads other than the GUI thread. The remoting infrastructure has its own thread pool, and remote calls are executed in arbitrary threads taken from that pool. A solution would be to dispatch all incoming calls in the GUI thread us

[Mono-list] Mod_mono problems

2005-05-24 Thread Chris Aitken
Hi Neale, Sorry to contact you offlist. The problem you had here: http://galactus.ximian.com/pipermail/mono-list/2005-April/026637.html Other than rebuilding from SVN - was there any cure? I have installed monobundle 1.1.7, and have been running mod_mono 1.0.5-2 (from FC2 rpm). I have upgraded

Re: [Mono-list] Businesses

2005-05-24 Thread Joe Ante
>>> If this is inappropriate, my apologizes and please do not respond but I >>> watch the list and it is quite active. I just was wondering what companies >>> are actually using Mono in a real world application. My company is using mono in a 3d game engine and wysiwyg game design tool. We have embe

[Mono-list] Re: Mono-list Digest, Vol 1, Issue 2499

2005-05-24 Thread adeel hussain
i have a problem in compiling the project.can any one tell me how to compile a project. On 5/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Send Mono-list mailing list submissions to >mono-list@lists.ximian.com > > To subscribe or unsubscribe via the World Wide Web, visit >

Re: [Mono-list] Re: how to do gtk processing in backgroud

2005-05-24 Thread Mario Sopena
Hello,On 5/24/05, netSQL <[EMAIL PROTECTED]> wrote: > lets say I need to retrieve data from a db and that it takes a while.> It woudl freze my screen.>> In Swing i would do swing worker for backgroud processing.  I know I> can create threads, etc > but is there a framework for background proces