Re: [Mono-list] mod_mono process list

2008-11-03 Thread Joshua Tauberer
of the mod_mono Control Panel for easier reading of the displayed metrics in 2.0.1...) Can you just make the control panel xHTML and perhaps add some additional tags and attributes? Josh Thanks for the advise, Ben Joshua Tauberer wrote: Ben Clewett wrote: We are experiencing a scenario

Re: [Mono-list] mod_mono process list

2008-10-31 Thread Joshua Tauberer
Ben Clewett wrote: We are experiencing a scenario where the number of running processes under mod_mono will ramp up quite fast from near zero to 60 or 70, then return to zero some time soon afterwards. We suspect that we have something locking the processes, causing this behaviour, but

Re: [Mono-list] Some issues with mono 2.0

2008-09-29 Thread Joshua Tauberer
! Achilles to Tortoise (in Godel, Escher, Bach by Douglas Hofstadter) Maxim wrote: Joshua Tauberer wrote: Maxim wrote: Hmm, it seems like we solved problem just partially. With MonoMaxActiveRequests 10 MonoMaxWaitingRequests 100 settings there are a lot messages like Maximum number (10

Re: [Mono-list] Some issues with mono 2.0

2008-09-27 Thread Joshua Tauberer
Maxim wrote: Hmm, it seems like we solved problem just partially. With MonoMaxActiveRequests 10 MonoMaxWaitingRequests 100 settings there are a lot messages like Maximum number (10) of concurrent mod_mono requests to /tmp/mod_mono_dashboard_nike-outdoor.ru_2.lock reached. Droping

Re: [Mono-list] Some issues with mono 2.0

2008-09-24 Thread Joshua Tauberer
Miguel de Icaza wrote: We are unaware of this problem I am pretty sure I reported both problems in the past! In fact, I think that's why Marek implemented the auto restarting, and it is definitely why I implemented the connection limiting options. -- - Josh Tauberer

Re: [Mono-list] Some issues with mono 2.0

2008-09-23 Thread Joshua Tauberer
Maxim wrote: Or setting the environment variable MONO_THREADS_PER_CPU to something greater than the default of 5? Yes, we set MONO_THREADS_PER_CPU=2000 for all web-sites. Before it we get other more annoing issue Service Temporary available. That's a lot of threads This is limit for

Re: [Mono-list] Some issues with mono 2.0

2008-09-22 Thread Joshua Tauberer
Maxim wrote: 1) In rush hours mod_mono server didn't close the connections, and hundreds or even thousands open connections kill the server. In error_log there are only messages like [warn] child process 12467 still did not exit, sending a SIGTERM. It happens in random manner several times

Re: [Mono-list] Some issues with mono 2.0

2008-09-22 Thread Joshua Tauberer
Maxim Karavaev wrote: Thanks for answer, Joshua. 1) In rush hours mod_mono server didn't close the connections, and hundreds or even thousands open connections kill the server. Have you tried adding something to httpd.conf like: MonoMaxActiveRequests 10 MonoMaxWaitingRequests 30

Re: [Mono-list] apache/mod_mono and handlers without extensions?

2008-09-08 Thread Joshua Tauberer
Christian Hobelsberger wrote: i have troubles to properly configure mod_mono ... I'd like to be able to process ashx files without the need to use their extension. I have e.g. a SimpleTest.ashx file, which should be accessible using only SimpleTest. I have created an entry in my

Re: [Mono-dev] Patch: XSLT thread safety

2008-07-17 Thread Joshua Tauberer
are anyways standing on wrong premise anyways. Create multiple XslTransform for each thread. Since newobj happens a lot, it shouldn't be a big problem (for you at least). Atsushi Eno Joshua Tauberer wrote: Atsushi Eno wrote: Thanks for the patch, but I don't think it makes things better

Re: [Mono-dev] Patch: XSLT thread safety

2008-07-17 Thread Joshua Tauberer
Atsushi Eno wrote: msxsl:script cannot be thread safe on transform operations as script writers could write any thread-unsafe operations. Well, sure. There's lots a script can do to mess up the application, and it seems like scripts in transformations basically need full trust anyway because

Re: [Mono-dev] Patch: XSLT thread safety

2008-07-17 Thread Joshua Tauberer
Steve Bjorg wrote: XSLTCompiledTransform is thread-safe. Would that be an alternative for you? As far as I know, XSLTCompiledTransform (in Mono) just wraps the same code as XslTransformation, so they are equally thread safe. The MSDN docs seem to basically say the same thing w.r.t. thread

[Mono-dev] Patch/2nd Post: mod_mono restart

2008-07-14 Thread Joshua Tauberer
=== --- ChangeLog (revision 103720) +++ ChangeLog (working copy) @@ -1,3 +1,16 @@ +2008-05-21 Joshua Tauberer [EMAIL PROTECTED] + + * src/mod_mono.c: Always acquire a lock at the start of processing + a request. The active requests counter function

[Mono-dev] Patch: XSLT thread safety

2008-07-14 Thread Joshua Tauberer
) @@ -1,3 +1,8 @@ +2008-07-14 Joshua Tauberer [EMAIL PROTECTED] + + * XslSortEvaluator.cs: Correct thread safety. Don't modify instance + fields after template compilation. + 2008-06-03 Atsushi Enomoto [EMAIL PROTECTED] * XsltDebuggerWrapper.cs : allow public methods in debugger instance

Re: [Mono-dev] Patch: XSLT thread safety

2008-07-14 Thread Joshua Tauberer
http://razor.occams.info Yields falsehood when preceded by its quotation! Yields falsehood when preceded by its quotation! Achilles to Tortoise (in Godel, Escher, Bach by Douglas Hofstadter) Atsushi Eno Joshua Tauberer wrote: From time to time I encounter index out of range errors

Re: [Mono-dev] Bug in mod_mono?

2008-06-13 Thread Joshua Tauberer
Luciano _ wrote: Hi: If this isn't a correct place to make this kind of question, about a bug found in mod_mono, on Ubuntu (Server and Desktop 8.04) point me to the correct place please. I've got now installed and running properly my apache with Mod_mono 2 (at least the samples

[Mono-dev] mod_mono restart patch

2008-05-21 Thread Joshua Tauberer
falsehood when preceded by its quotation! Achilles to Tortoise (in Godel, Escher, Bach by Douglas Hofstadter) Index: ChangeLog === --- ChangeLog (revision 103720) +++ ChangeLog (working copy) @@ -1,3 +1,16 @@ +2008-05-21 Joshua Tauberer

Re: [Mono-dev] Documentation for Mod_Mono

2008-04-29 Thread Joshua Tauberer
Andre van Staden wrote: Not sure if this is the correct list, but lets try. I'm trying to get Websites set up with Mod_Mono Apache 2.2 on Ubuntu 8.04. I cannot get any information of the correct contents for the configuration files. Samples I could find on the internet is unclear, does

Re: [Mono-list] Stability fo mod_mono

2008-04-28 Thread Joshua Tauberer
Julien Sobrier wrote: Joshua Tauberer wrote: I fixed this after 1.2.6, but I don't think it's related to your problems. So one problem at a time- On the first access after a restart, is the timeout occurring in ASP.NET? (i.e. it times itself out) Thank you. How can I figure this out? Well

Re: [Mono-list] Stability fo mod_mono

2008-04-27 Thread Joshua Tauberer
Julien Sobrier wrote: we're running mod_mono on a server for a few weeks and we have a lot of stability issues: 1/ every time we upload new code, we have to restart mod_mono, otherwise it doesn't work most of the time (the process is up but aes to a pcage times out). Is it normal? I'm

Re: [Mono-list] Impersonating users with mod_mono

2008-04-19 Thread Joshua Tauberer
Johann MacDonagh wrote: I am developing an ASP.NET application running on OpenSUSE for a set of users. These users will have accounts on the OpenSUSE box. I was wondering if it was possible to set up Apache and my web.config file to prompt the user for their account information (using a

Re: [Mono-list] How to configure N apache virtual hosts using ONE instance of MONO server.

2008-04-13 Thread Joshua Tauberer
Unai Rodriguez wrote: Hi Joshua, Thank you so much for your answer/help. It depends on what you're loading up in your application. My mod-mono-server processes are in the 50-200 MB memory usage range. Could you please kindly provide some more details about these processes that are

Re: [Mono-list] How to configure N apache virtual hosts using ONE instance of MONO server.

2008-04-12 Thread Joshua Tauberer
Unai Rodriguez wrote: I am having a hard time trying to set up a site which is serving several virtual hosts (Apache's name based virtual hosting) BUT using ONE instance of MONO server. Having several instances of mono server running made my web server's memory shoot up. I am not sure if

Re: [Mono-dev] Using monodoce for non-official mono project

2008-04-03 Thread Joshua Tauberer
Manuel de la Pena wrote: I'm in a developing group that is planning to release an opensource API that we have developed. We are looking in to different ways of documenting the code. We have come across monodoc and monodocer. Is it a tool that can just be used with official mono projects??Is

Re: [Mono-list] [Mono-dev] Using monodoce for non-official mono project

2008-04-03 Thread Joshua Tauberer
Manuel de la Pena wrote: I'm in a developing group that is planning to release an opensource API that we have developed. We are looking in to different ways of documenting the code. We have come across monodoc and monodocer. Is it a tool that can just be used with official mono projects??Is

[Mono-dev] RoleManagerModule NRE

2008-03-10 Thread Joshua Tauberer
Hi, Occasionally I am seeing in my website a NRE in System.Web.Security.RoleManagerModule as follows: System.NullReferenceException: Object reference not set to an instance of an object at System.Web.Security.RoleManagerModule.OnPostAuthenticateRequest (System.Object sender,

Re: [Mono-list] configure mod-mono-server to handle multiple streams to a single ip

2008-03-07 Thread Joshua Tauberer
Dömötör Gyimesi wrote: I've googled around but i couldn't find any information regarding mod-mono configuration on the subject. My goal is to set up our mod-mono-server to accept requests from a host even if that same host just downloads a file. The current sitation is that if a user starts

Re: [Mono-docs-list] mdoc: Introduction and RFC

2008-02-21 Thread Joshua Tauberer
Hey, Jon. Why not just merge all of the tools into a mdoc.exe (with the new options parsing library to boot), rather than wrapping them all with a script? But otherwise I think it's a good idea. - `mdoc update' has *far* fewer options than monodocer, mostly because I can't see the

Re: [Mono-docs-list] monodoc Licensing

2008-01-25 Thread Joshua Tauberer
Jonathan Pryor wrote: Joshua et al, You wrote and contributed to the monodoc module many related utilities, such as monodocer, monodocs2html, etc., in addition to monodoc/engine and related documentation providers. The monodoc module currently claims to be under the GPL, as does

Re: [Mono-dev] mod_mono and xsp patches

2008-01-22 Thread Joshua Tauberer
Miguel de Icaza wrote: In my case, I was having problems when the number of concurrent requests went above 20 or 25. (I forget the details. I've been using this patch for around 3-4 months... modulo changes I made today.) Do you think this is a manifestation of this problem:

Re: [Mono-list] Starting MONO ASP.NET development: Tips/Gotchas request

2008-01-22 Thread Joshua Tauberer
Swaminathan Saikumar wrote: Hello, I'm from the Windows ASP.NET http://ASP.NET world am just starting out with Linux Mono. I plan to develop run ASP.NET http://ASP.NET applications on Linux with PostGreSql. I would love suggestions on: 1. Linux distributions: OpenSuse vs Ubuntu

Re: [Mono-list] Starting MONO ASP.NET development: Tips/Gotchas request

2008-01-22 Thread Joshua Tauberer
Oleg Deribas wrote: Joshua Tauberer wrote: I can only say that I have had no problems in particular with Fedora (in the past) and CentOS (which I use now)... more or less (see below). Is there any mono RPMs for CentOS 5? Or you built it by yourself? I'm using the RHEL4 rpms... or maybe

Re: [Mono-dev] mod_mono and xsp patches

2008-01-21 Thread Joshua Tauberer
(revision 93419) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2008-01-21 Joshua Tauberer [EMAIL PROTECTED] + + * src/mod_mono.c: Implemented configurable rate limiting + with MonoMaxActiveRequests and MonoMaxWaitingRequests. + 2008-01-20 Joshua Tauberer [EMAIL PROTECTED] * src/mod_mono.c: Index

Re: [Mono-dev] mod_mono and xsp patches

2008-01-21 Thread Joshua Tauberer
Marek Habersack wrote: On Mon, 21 Jan 2008 13:45:54 -0500, Joshua Tauberer [EMAIL PROTECTED] scribbled: Great, in that case, I'm attaching another patch for mod_mono that implements rate limiting. I had found that under relatively heavy load, mod-mono-server would deadlock. Incoming

[Mono-dev] mod_mono and xsp patches

2008-01-20 Thread Joshua Tauberer
, Escher, Bach by Douglas Hofstadter) Index: ChangeLog === --- ChangeLog (revision 93328) +++ ChangeLog (working copy) @@ -1,3 +1,25 @@ +2008-01-20 Joshua Tauberer [EMAIL PROTECTED] + + * src/mod_mono.c

Re: [Mono-docs-list] Proposing a new documentation subsystem

2007-11-24 Thread Joshua Tauberer
I think you're making it too complicated: - Insufficient support for Multi-Version files (e.g. Class-Libs from .NET 1.1 and 2.0) because the current Since Version X.Y does not work if a member is only available in 1.1 and not in 2.0. This just requires the addition of more tags to

Re: [Mono-list] Announcing Mono 1.2.6 Preview 2 !!

2007-11-17 Thread Joshua Tauberer
Rusty Howell wrote: We've release our second preview of Mono 1.2.6 today! Please help us out by giving it a try on your applications. Don't forget to log any bugs that you find! https://bugzilla.novell.com/show_bug.cgi?id=342511 System.Web.HttpResponse.AddFileDependency NullReferenceException

Re: [Mono-dev] error compiling mod_mono 1.2.5 with apache 1.3

2007-09-25 Thread Joshua Tauberer
César González wrote: I am trying to compile mod_mono 1.2.5 with apache 1.3.34 on debian etch. Configure scripts detects apache 1.3 on ends up with the following report : ... In file included from mod_mono.c:35: mod_mono.h:55:21: error: apr_shm.h: No such file or directory mod_mono.h:58:19:

Re: [Mono-list] mod_mono still not working after an upgrade

2007-09-25 Thread Joshua Tauberer
Ben Clewett wrote: Dear Mono, I am still having terrible problems getting mod_mono working after an upgrade to SUSE 10.2. I get lots of errors like: [Tue Sep 25 14:24:20 2007] [crit] Failed to remove dashboard file '/tmp/mod_mono_dashboard_XXGLOBAL_1', further actions impossible.

Re: [Mono-list] mod_mono failing

2007-09-16 Thread Joshua Tauberer
Jorge Bastos wrote: Mod_mono is still giving errors on apache start/stop/restart, I have the latest mod_mono SVN today. [Sun Sep 16 09:50:03 2007] [warn] (22)Invalid argument: Failed to destroy the '/tmp/mod_mono_dashboard_XXGLOBAL_1' shared memory dashboard As I think I mentioned (maybe

Re: [Mono-list] Using xsp2 with mono

2007-09-15 Thread Joshua Tauberer
) -Original Message- From: Joshua Tauberer [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 14 de Setembro de 2007 23:09 To: Jorge Bastos Cc: Mono-list@lists.ximian.com Subject: Re: [Mono-list] Using xsp2 with mono The problem is probably that when using autohosting, directives

Re: [Mono-list] Using xsp2 with mono

2007-09-14 Thread Joshua Tauberer
Jyoti Seth wrote: I have to host two different applications on my suse linux test server with apache2 and mono. My Web applications are placed at the following locations: /srv/www/htdocs/site1 and /srv/www/htdocs/site2. I want to host these applications at different ports say 80 and 81. I

Re: [Mono-list] Using xsp2 with mono

2007-09-14 Thread Joshua Tauberer
Jorge Bastos wrote: Guys, to configure a virtualhost to use mod-mono-server2, it's enougth: MonoServerPath /usr/local/bin/mod-mono-server2 ? When i add this and restart apache i get: Restarting web server: apache2[Thu Sep 13 23:31:48 2007] [crit] (17)File exists: Failed to create

Re: [Mono-list] Using xsp2 with mono

2007-09-14 Thread Joshua Tauberer
--- -Original Message- From: Joshua Tauberer [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 14 de Setembro de 2007 12:44 To: Jorge Bastos Cc: Mono-list@lists.ximian.com Subject: Re: [Mono-list] Using xsp2 with mono Jorge Bastos wrote: Guys, to configure a virtualhost to use mod-mono

Re: [Mono-list] mono_mod fails

2007-09-10 Thread Joshua Tauberer
Alexander Christov wrote: Can anybody explain whatś wrong with the mono_mod installation considering the following apacheś error.log contents: [Mon Sep 10 13:05:39 2007] [notice] caught SIGTERM, shutting down [Mon Sep 10 13:05:39 2007] [warn] (22)Invalid argument: Failed to destroy the

Re: [Mono-list] Pooling=false in connectionString cause Unhandled Exception: System.EntryPointNotFoundException: CreateSemaphore

2007-08-26 Thread Joshua Tauberer
Robert Jordan wrote: enzo wrote: Using a simpe program ( the code is reported at the botom ) which simply connect to a mysql database a perform a simple select works well if the option Pooling in the connectionString is false If i set it to true ( as string connectionString =

Re: [Mono-list] Trying to set up hosting on mono

2007-08-08 Thread Joshua Tauberer
Maxim Karavaev wrote: We are trying to organize mass hosting for ASP.Net on Mono (apache + mod_mono). We use FreeBSD with Apache 2.0 and latest Mono 1.2, compiled from sources. And we've got some difficulties: 2. How we could restart one given web-site on the server. It seems like Mono

[Mono-list] SIGQUIT output (locking needed?)

2007-07-21 Thread Joshua Tauberer
I'm using 'kill -QUIT' to diagnose a problem with my mod_mono website (which has mono dump a stack trace for each thread) and I'm getting output that seems strange: tid=0x0x6464b90 this=0x0xb02827d0: at (wrapper managed-to-native) System.IO.InotifyWatcher.ReadFromFD (intptr,byte[],intptr)

Re: [Mono-list] Heavy loaded web-site on Mono

2007-05-21 Thread Joshua Tauberer
Maxim Karavaev wrote: Also I've found that huge grow of memory accurs only with 'trace enabled=true' option in web.config. After turning it off and swicthing off session state web-application works well enougth for me. Hmmm, then that's not the same problem I was experiencing. Too bad for

Re: [Mono-list] Heavy loaded web-site on Mono

2007-05-19 Thread Joshua Tauberer
makska wrote: Now I'm trying to launch big web-site consists of about 100.000 dynamic web-pages (about 100kb each without images) which has about 50.000 hits per day. (snip) 1. Uncontrolled grow of used memory. After about hour or two mono process grows up to 2-3Gb and goes down (visitors get

Re: [Mono-dev] Performance improvement in System.Web.HttpWriter

2007-05-14 Thread Joshua Tauberer
Vladimir Krasnov wrote: Please approve attached patch that improves performance of HttpWriter. It uses GetMaxByteCount in Write and WriteString methods instead of GetBytesCount. I've been meaning to get a patch in to do that. In your patch, though, you can even get rid of a string-to-char[]

Re: [Mono-list] Random freezes (mysql provider related?)

2007-05-13 Thread Joshua Tauberer
Mike Cleaver wrote: We have run into issues with stability, where the web application (under xsp2), and the fixtures application (console app) both freeze randomly. I have not been able to pinpoint any particular point in the code where it fails. Mike, You should try sending a -QUIT

Re: [Mono-dev] mod_mono, fast_cgi and configuration.

2007-05-09 Thread Joshua Tauberer
Miguel de Icaza wrote: And do people have some thoughts on what we could do to improve mod_mono? Which areas are particularly weak, and what can we do to improve it? Program output (stdout/stderr) should be redirected to something other than the main server error log (root access only).

Re: [Mono-dev] Silverlight early implementation thoughts.

2007-05-09 Thread Joshua Tauberer
Marek Habersack wrote: As for ASP.NET 2.0 you mentioned. I don't know if you follow the svn trunk development, but there has been a major progress done there. Actually, although I use mod_mono, I don't use most of ASP.NET 2.0. I use an XSLT-based page generation system with a custum

Re: [Mono-dev] mod_mono, fast_cgi and configuration.

2007-05-09 Thread Joshua Tauberer
Ted Milker wrote: Something needs to be figured out about why we are forced into spawning a dozen m-m-servers (one per Apache child process) at startup. I do not see this behavior on my setup: Ah, sorry, what I meant was, they are spawned, but all but one disappear after a few seconds

Re: [Mono-dev] mod_mono, fast_cgi and configuration.

2007-05-09 Thread Joshua Tauberer
Robert Jordan wrote: Joshua Tauberer wrote: Something needs to be figured out about why we are forced into spawning a dozen m-m-servers (one per Apache child process) at startup. When apache's MPM == prefork, apache is spawning a `StartServers' amount of children during its initialization

Re: [Mono-dev] Silverlight early implementation thoughts.

2007-05-06 Thread Joshua Tauberer
Okay, good points all around Michael Hutchinson wrote: On 5/5/07, Joshua Tauberer [EMAIL PROTECTED] wrote: But the unpolished things include: Most of these are addressed in the upcoming Google Summer of Code... That might be why they came to mind, since I've read some

Re: [Mono-dev] Silverlight early implementation thoughts.

2007-05-05 Thread Joshua Tauberer
Miguel wrote: Silverlight brings another component into the equation: Hey, I don't think I usually chime in on these things, but this time I figured I would. IMO, the Mono community/project tends to spread itself very thin. Lots of things get started but not polished up and finished

Re: [Mono-dev] benchmarks mono vs others

2007-04-28 Thread Joshua Tauberer
Dennis Hayes wrote: Is there an tool or a batch on svn to have a report about performance of mono Versus Ms.NET http://ms.net/ implementation. I could not find it real quick, but you can search the archives and probably find it. There is a web site that compairs Mono, MS, Java, ect

Re: [Mono-dev] Call for testing - HttpParamsCollection bug

2007-04-23 Thread Joshua Tauberer
Miguel de Icaza wrote: I also encountered a bug in the new HttpParamsCollection, an IndexOutOfRange because of a failure to account for empty-string param values. Patch attached. Let me know if it's ok to commit. It is OK to commit. Could you also provide an nunit test case for this

Re: [Mono-dev] Call for testing: -- Timer issue

2007-04-21 Thread Joshua Tauberer
With the 1.2.4 preview, I encountered something with the MySql Connector which I narrowed down to an issue with System.Threading.Timer. I don't know what the proper way to use the Timer is, so it may be improper use on MySql's end, but nevertheless it's unexpected. When creating and disposing

Re: [Mono-dev] [Fwd: Re: [Mono-list] New anonymous subversion hostname]

2007-04-20 Thread Joshua Tauberer
Also see: http://www.mono-project.com/SVN The feed URLs technically changed since my email in 2005 (actually I only updated the wiki recently), but for now the old URLs are redirecting to the new ones. - Josh John Anderson wrote: On 4/19/07, *Wade Berrier* [EMAIL PROTECTED]

Re: [Mono-list] New anonymous subversion hostname

2007-04-10 Thread Joshua Tauberer
Wade Berrier wrote: There is a simple way to migrate existing svn repositories to use the new hostname. Slightly simpler :) is to use: svn switch --relocate http://svn.myrealbox.com/ http://anonsvn.mono-project.com/ -- - Josh Tauberer http://razor.occams.info Yields falsehood when preceded

Re: [Mono-dev] monodocs2html help with source

2007-03-01 Thread Joshua Tauberer
Pedro Sobota wrote: Hi See tools/stylesheet.xsl. If a cref attribute is specified, then the value of the cref attribute is used. If a langword attribute is used, then the value of the langword attribute is used. Right. I hadn't seen the langword match. From what I gather, the cref

Re: [Mono-list] What should I do with MONO247.com - two other domains

2007-02-28 Thread Joshua Tauberer
Nick Berardi wrote: I have a domain name, MONO247.com, as in Mono 24/7 (24 hours 7 days a week). I have had this domain sitting around for a long time and was wondering if there was any interest turning this in to a community site or some sorts to help support all the Mono developers that

Re: [Mono-dev] Monodoc engine crashes um uncompressed help, stopping MD code completion

2007-02-07 Thread Joshua Tauberer
Miguel de Icaza wrote: Don't know what is best for monodoc's engine, to drop uncompressed support altogether or to correct the subclass to override the needed methods. Any bets? Drop uncompressed support. I did not even know we had that. This is my hack that underlies 'monodoc --edit path'

Re: [Mono-list] Error: sqlite_compile entry point

2007-01-06 Thread Joshua Tauberer
KielW wrote: I'm recieving the following error when trying to use Sqlite.. Unable to find an entry point named 'sqlite_compile' in DLL 'sqlite'. I'm using Sqlite version 3.3.9 and Mono 1.2.2.1 http://1.2.2.1 on Windows The sqlite.dll is in the same folder as the application. I'm using

Re: [Mono-docs-list] Mono documentation to be read offline ???

2006-12-03 Thread Joshua Tauberer
Jan Christensen wrote: Does there exist any mono documentation that could be read offline (PDF-files or HTML-files) If this exists, where can I get it There wasn't, then there was, and then there wasn't again. Now there is. See: http://razor.occams.info/code/monodoc/ -- -

[Mono-dev] Patch for mkbundle and embedding Mono

2006-11-29 Thread Joshua Tauberer
MonoBundledAssembly **) bundled); - return mono_main (argc+1, newargs); } Index: ChangeLog === --- ChangeLog (revision 58921) +++ ChangeLog (working copy) @@ -1,3 +1,12 @@ +2006-11-29 Joshua Tauberer [EMAIL PROTECTED] + + * mkbundle.cs: Added

Re: [Mono-dev] Patch for mkbundle and embedding Mono

2006-11-29 Thread Joshua Tauberer
Miguel de Icaza wrote: (Btw--- This was for one of the most rapid projects I've ever done. In 3 hours, I took an existing app with a strange internal scripting language and replaced the scripting language with JavaScript, by convering the Rhino interpreter from Java to .NET (with my favorite

Re: [Mono-list] prototype XSLT debugging patch ...

2006-11-28 Thread Joshua Tauberer
Atsushi Eno wrote: Here is the (improved?) patch based on yours. To enable template stack frame information: MONO_XSLT_STACK_FRAME= stdout: write template call to stdout. stderr: write template call to stderr. error: enable stack frame in XsltException. Hey, this is

Re: [Mono-dev] String class speed improvements (UPDATE)

2006-11-26 Thread Joshua Tauberer
Marek Safar wrote: Thanks to Paulo's recommendations here is the updated version of my original patch. ... + while (ptr != end_ptr) { + if (*ptr == value_32) + return (int)(ptr -

Re: [Mono-list] MonoSetServerAlias problem

2006-11-21 Thread Joshua Tauberer
on October 5: 2006-10-05 Joshua Tauberer [EMAIL PROTECTED] * src/mod_mono.c: Prefix every alias with the name of the vhost. XXGLOBALs between vhosts were getting mixed up. I can't remember exactly what the problem was that lead me to that, except that none of my vhosts were working. I

Re: [Mono-list] sqlite3 on windows, encoding problem

2006-11-15 Thread Joshua Tauberer
to reproduce the problem? (Are you opening a database created in Linux or creating a new database in Windows, or...?) -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about to have a truth-mitzvah. -- The Colbert Report

Re: [Mono-list] NDoc? Sandcastle?

2006-11-14 Thread Joshua Tauberer
HTML documentation output look as good as anyone else's...) -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about to have a truth-mitzvah. -- The Colbert Report -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer

Re: [Mono-docs-list] Updating mdvalidator

2006-11-01 Thread Joshua Tauberer
not be what's happening everywhere), and so you would need a separate list of type parameters to make sure you have the right order somewhere. -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about to have a truth-mitzvah. -- The Colbert Report

Re: [Mono-list] Mono and MS Singularity

2006-10-25 Thread Joshua Tauberer
to fit with the VM. I think anyone interested in doing an OS or something low-level like that ought to consider the huge amount of effort that would be needed to re-create the base class library -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man

Re: [Mono-list] Mono and MS Singularity

2006-10-25 Thread Joshua Tauberer
instructions -- especially compared to native instructions like add, mov, etc. In order to have CLI-specific hardware, you'd really need to have the whole Mono runtime implemented in hardware, and that seems kind of ridiculous. :) -- - Joshua Tauberer http://razor.occams.info Strike up

Re: [Mono-dev] [PATCH] Re: mod_mono AutoConfiguration dead

2006-10-21 Thread Joshua Tauberer
Gonzalo Paniagua Javier wrote: On Fri, 2006-10-20 at 17:57 -0400, Joshua Tauberer wrote: Chris van Wyk wrote: I am running a FC4 server relying on mod_mono AutoConfiguration. Unfortunately this died on me today. I am running ver 1.1.18.0 and will appreciate it if someone could give me

[Mono-dev] [PATCH] Re: mod_mono AutoConfiguration dead

2006-10-20 Thread Joshua Tauberer
configuration if auto-configuration is enabled. This is how things were in 1.1.17. I expected the patch to allow other aliases besides XXGLOBAL to fall back, but I couldn't get it to do it... -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about

Re: [Mono-dev] mod_mono AutoConfiguration dead

2006-10-18 Thread Joshua Tauberer
imagine the problem is due to the 'fix' I made for virtual hosts with AddMonoApplications and AutoConfiguration turned on, which had broken in the previous release. -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about to have a truth-mitzvah

Re: [Mono-docs-list] [PATCH] Monodocer since/ support

2006-10-14 Thread Joshua Tauberer
, 2006-10-13 at 08:38 -0400, Joshua Tauberer wrote: Consider Gtk#, in which members were introduced in versions 2.4, 2.6, 2.8, 2.10... The /Type/AssemblyInfo/AssemblyVersion section of the XML documentation holds only *one* version, the current version, so I'm not sure how best to represent

Re: [Mono-docs-list] Monodocer since/ support

2006-10-11 Thread Joshua Tauberer
) -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about to have a truth-mitzvah. -- The Colbert Report ___ Mono-docs-list maillist - Mono-docs-list@lists.ximian.com http://lists.ximian.com/mailman

Re: [Mono-docs-list] More monodocer

2006-10-10 Thread Joshua Tauberer
changes between the initial documentation generation and on update. Right, I just fixed it so it stays at the top. Everything is committed and *should* work now. I hope... -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about to have

Re: [Mono-docs-list] More monodocer

2006-10-09 Thread Joshua Tauberer
. Further, when assembling the link, it needs to put a file path before the #, which is why the # moved from the a nodes up earlier. -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about to have a truth-mitzvah. -- The Colbert Report

Re: [Mono-dev] Where do I start off??

2006-10-04 Thread Joshua Tauberer
specifically dedicated to discussions about developing Mono and programming *with* Mono. (snip) [1] http://www.mono-project.com/Mailing_Lists I just fixed the description on the wiki. with wasn't the right word (despite the emphasis around it). -- - Joshua Tauberer http://razor.occams.info Strike

Re: [Mono-docs-list] [PATCH] Generics Support for monodoc/tools

2006-10-03 Thread Joshua Tauberer
wasn't added to any existing entries in index.xml when doing a doc update. Looking forward to all the updates. -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about to have a truth-mitzvah. -- The Colbert Report

Re: [Mono-docs-list] [PATCH] Generics Support for monodoc/tools

2006-10-01 Thread Joshua Tauberer
, and if it knows that, then it knows the next period must be a nested class period. (It also is ugly-as-sin, containing joyfully recursive XSLT calls to convert FooA,B.NestedC into Foo`2.Nested`1 constructs. Lots of fun. Really. Stop looking at me like that!) Fun, eh? -- - Joshua Tauberer http

Re: [Mono-list] Apache + Mono on large scalable website.

2006-09-18 Thread Joshua Tauberer
unresponsive). It sounds like your site might be around that threshold where I started to have problems, so I can't say anything conclusive besides best of luck! -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about to have a truth-mitzvah

[Mono-dev] mod_mono: vhost clashes again

2006-09-17 Thread Joshua Tauberer
now uses a more ugly socket file name that includes the string XXGLOBAL..) Let me know if it's ok. -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about to have a truth-mitzvah. -- The Colbert Report Index: src/mod_mono.c

Re: [Mono-dev] [PATCH] Small SqliteClient improvments.

2006-09-13 Thread Joshua Tauberer
. (Actually I just have been avoiding posting to the list with my new email address in fear of the onslaught of spam.) -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about to have a truth-mitzvah. -- The Colbert Report

Re: [Mono-dev] [PATCH] Small SqliteClient improvments.

2006-09-13 Thread Joshua Tauberer
their underlying type is not an Int32? Heh, ok, we even had a Cecil-related discussion about that and I still didn't catch it. Probably Convert.ToInt64(value) will do the trick. -- - Joshua Tauberer http://razor.occams.info Strike up the klezmer and start acting like a man. You're about to have

Re: [Mono-dev] [PATCH] Make mod_mono restart mod-mono-server

2006-05-30 Thread Joshua Tauberer
of accepting connections. Ideally what would be good would be to have some form of flag visible across the apache child processes to ensure that only one m-m-s gets started when it is not running -- possibly a file with a timestamp of the last start attempt, or something. -- - Joshua Tauberer

Re: [Mono-list] Bug (?) in SqliteDataReader

2006-05-25 Thread Joshua Tauberer
. But these are all workarounds and it would be nice to just fix DateTime before proceeding. -- - Joshua Tauberer http://taubz.for.net Unfortunately, we're having this discussion. It's too bad, because guess who listens to the discussion: the enemy

Re: [Mono-list] Bug (?) in SqliteDataReader

2006-05-20 Thread Joshua Tauberer
Nikki Locke wrote: Joshua Tauberer wrote: I don't think there should be a database that can't be read using any method, even if it wasn't created with Mono.Data.SqliteClient and even if it has crazy nonuniform data in columns. Well, it is currently possible (actually, easy) to write

Re: [Mono-list] Sqlite Support for Multiple Result Sets

2006-05-20 Thread Joshua Tauberer
. Thanks. -- - Joshua Tauberer http://taubz.for.net Unfortunately, we're having this discussion. It's too bad, because guess who listens to the discussion: the enemy. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman

Re: [Mono-list] Bug (?) in SqliteDataReader

2006-05-17 Thread Joshua Tauberer
. But what do you say? And finally, if there's really a bug in DateTime.Parse reversing the dates on non-US locales, fixing that might make all of this moot (for your application, at least). -- - Joshua Tauberer http://taubz.for.net Unfortunately, we're having this discussion. It's too bad, because

Re: [Mono-list] Bug (?) in SqliteDataReader

2006-05-16 Thread Joshua Tauberer
. I'll apply something like your original suggested fix. But, I wonder what would happen if a double value ends up in a DATE column, for instance (as Sqlite allows)? -- - Joshua Tauberer http://taubz.for.net Unfortunately, we're having this discussion. It's too bad, because guess who listens

Re: [Mono-list] Sqlite in Mono 1.1.14

2006-05-15 Thread Joshua Tauberer
Julien Sobrier wrote: Joshua Tauberer wrote: Hi, The only change between 1.1.13 and 1.1.14, as far as I can see/remember, is the addition of a new busy_timeout parameter in the connection string. If you haven't set that, 1.1.13 and 1.1.14 should behave identically. (And, OTOH, setting

Re: [Mono-list] Bug (?) in SqliteDataReader

2006-05-15 Thread Joshua Tauberer
? I'm just not sure where the bug really is, in Mono.Data.SqliteClient or elsewhere. -- - Joshua Tauberer http://taubz.for.net Unfortunately, we're having this discussion. It's too bad, because guess who listens to the discussion: the enemy. ___ Mono-list

  1   2   3   >