[Mono-dev] File LastModified

2007-04-04 Thread José Alexandre Antunes Faria
Hi there guys, One of my apps uses a great deal of files and check their lastmodified timestamps, as I guess many other do. When I was profiling it, I noticed that it was taking a great deal of time, getting the lastmodified attribute, so I gave it a look. And I found out that internally mono us

[Mono-dev] Cosmetic / Performance: Getting LastModifiedUtc causes unnecessary convertion

2007-02-11 Thread José Alexandre Antunes Faria
Hi there, I just found out that to get the LastModifiedUtc from a file, it does a convertion to LocalTime and then a conversion to UniversalTime. I made a very heavy usage test case, and found out that 10% of the time it takes to get me the LastModifiedUtc from a File is from the ToUniversalTime(

[Mono-dev] Monodoc

2006-01-03 Thread José Alexandre Antunes Faria
Hi there guys, 1) Is there a way to extend monodoc without changing the monodoc.xml file? I wanted to add documentation but without having to change it. 2) Is there a way to create nodes inside my documentation or only on the monodoc.xml file? Cheers, SpigaZ out... __

[Mono-dev] AppDomain major problem

2005-11-18 Thread José Alexandre Antunes Faria
Hi there guys, Some of you were bothered by me on the IRC regarding a bug on AppDomain. I was trying to create a clean AppDomain, but mono for some reason copies the assemblies in the current domain. So I was getting my own executable assembly in my new AppDomain. After ours of reading mostly al