[Mono-list] [#NQV-389-60936]: Re: embeded mono segfaults without calling managed code

2013-08-04 Thread TeamSpeak Piracy
Chris Ochs, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in the

Re: [Mono-list] embeded mono segfaults without calling managed code

2013-08-04 Thread Chris Ochs
It appears that java and mono both use some of the same signals for GC and pthreads, and step on each other. If you embed mono in a java app it works fine until you start spinning up other java threads, then it eventually segfaults. This happens even if you do nothing but call mono_jit_init in th

[Mono-list] [#OLU-633-11320]: XSP vs fast-cgi-mono-server+nginx

2013-08-04 Thread TeamSpeak Piracy
Michael Friis, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in t

[Mono-list] XSP vs fast-cgi-mono-server+nginx

2013-08-04 Thread Michael Friis
I'm still working on the Heroku .NET buildpack and just [switched][1] from XSP to fast-cgi-mono-server and nginx. Completety unscientific testing shows no great performance difference, but reading the docs, I get the feeling that fast-cgi-mono-server+nginx is the recommended setup for production. O

[Mono-list] [#WNK-660-35370]: Fwd: System.Web.HttpApplication missing method RegisterModule()

2013-08-04 Thread TeamSpeak Piracy
Michael Friis, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in t

[Mono-list] Fwd: System.Web.HttpApplication missing method RegisterModule()

2013-08-04 Thread Michael Friis
I can't find this tracked on go-mono.com/status so I just wanted to log that System.Web.HttpApplicaiton is missing the RegisterModule() method. MS docs: http://msdn.microsoft.com/en-us/library/system.web.httpapplication.registermodule.aspx Mono source: https://github.com/mono/mono/blob/master/m

[Mono-list] [#LOJ-513-95111]: Re: File Changes Not Detected by FastCGI Server

2013-08-04 Thread TeamSpeak Piracy
Daniel Lo Nigro, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in

Re: [Mono-list] File Changes Not Detected by FastCGI Server

2013-08-04 Thread Daniel Lo Nigro
Are you sure the site is functioning correctly? What version of System.Web.Mvc.dll is in the site's bin directory? On Sun, Aug 4, 2013 at 1:08 PM, fldash wrote: > How does XSP (fastcgi-mono-server4) detect changes to the file system? > I'm hosting a mono site for a user and it was not working