Linked by Thom Holwerda on Thu 9th Nov 2006 23:18 UTC
Permalink for comment 180921
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



Member since:
2005-07-07
No trolling intended. But...
Is this real 1.2 or release candidate?
Sources are flagged as 1.2 while spec for rpm says:
Source0: mono-1.2.tar.gz
...
Provides: mono = 1.2-rc0.novell
wasn't it said that 1.2 will ship with gmcs merged in mcs (or instead, as far as I got it gmcs was mcs with generics and other 2.0 features)?
Mono 1.2 ships with complete C# 1.0 and C# 2.0 compilers, called mcs and gmcs respectively
does mkbundle now eliminates need for mono installed aka. complete binary or this just works for libraries it depends on, I was testing it long ago, and couldn't do zilch without mono.
one more question regarding inotify? Just my little "conspiracy theory" curiosity:) (I might be even wrong here, if so please do correct me)
Is the implementation of FileSystemWatcher limited to single folder as inotify or does it enable watching subfolders. Later might be a problem when used improperly or without thinking over. limits of inotify are 4096 (or so) watched instances. Which could result in unpredictable problems if not extra specified. Example. Few global locks on very large (or even not so large) storage devices could simply present problem where the first would take all the locks and second would get errors. Just asking this as question, because if I'm right problems could arise with inotify implemented the MS way.
btw. Wonderfull I/O layer solution for crossplatform apps. One big problem is nailed (in ease of creating crossplatform apps) with that. And damn good job in speeding up Windows.Forms