search for: timeconsuming

Displaying 7 results from an estimated 7 matches for "timeconsuming".

2006 Jan 13
5
new configure-option --disable-index
...ing IMAP over NFS. Access to the files is too slow, so the connections keep hanging around and the i/o waiting value is raised to a maximum which slows down the whole machine. It simply doesn't make sense to build and update an index every time the maildir is accessed (which is very cpu and timeconsuming), while search operations (the only moment when the index is actually used and not just heavily updated) don't affect even 1% of all IMAP calls (and such a command doesn't even exist for pop3). I would be much obliged if you could create an option called "--disable-index" in...
2010 May 10
5
GFX Passthrough
Hi List, many People seem to be interested in the Graphic-Card Passthrough Feature (for more or less obvious reasons). Official Support is still under development, and i hope not to interfere with it in any (bad) way ... But i remember my own painfull and timeconsuming research when i wanted this feature to work, so i thought perhaps this spares some time for the unpatient users like me :) So here is what i did to enable Passthrough of my Secondary PCIE Graphic-Card which is a NVIDIA GT200; Key thing seems to be the Patches 1 to 4 (Patch #5 is only so that i...
2017 Jun 16
4
Markdown editor for CentOS 7?
Hi, I recently discovered Markdown, and I'm currently using it to write some documentation for CentOS 7. https://github.com/kikinovak/formation-linux For the time being, I'm using my good old Vim editor for writing it. I turned off syntax highlighting, since this produces random results with Markdown. Pages are correctly displayed on Github, but in order to see them, I have to push
2017 Jun 16
0
Re: Markdown editor for CentOS 7?
...ay complete) for more info, have a look at the article on tecmint.com: https://www.tecmint.com/best-markdown-editors-for-linux/ and on slant.co there is a more up-do-date article: https://www.slant.co/topics/2134/~markdown-editors-for-linux Another hint: finding packages for progams can be a timeconsuming job, sites like https://pkgs.org/ makes it easier. - Yamaban
2017 Jun 16
1
Markdown editor for CentOS 7?
...o, have a look at the article on tecmint.com: > https://www.tecmint.com/best-markdown-editors-for-linux/ > > and on slant.co there is a more up-do-date article: > https://www.slant.co/topics/2134/~markdown-editors-for-linux > > Another hint: finding packages for progams can be a timeconsuming job, > sites like https://pkgs.org/ makes it easier. > > - Yamaban > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
2010 Apr 29
2
dopar parallel assignments
Hi guys, I was wondering why this piece of code doesn't work: foreach (i = c(1.25,1.50)) %dopar% { assign(paste("test_",i,sep=""),i) } but, this does: foreach (i = c(1.25,1.50)) %do% { assign(paste("test_",i,sep=""),i) } Obviously, the difference is %dopar% vs. %do%. If I use %do%, I get objects test_1.25 and test_1.50, but I don't get these
2007 Sep 11
3
Centos Router
With the current discuss of "Performance of CentOS as a NAT gateway", I am curious how many people out there are using CentOS as a Router/Firewall in an enterprise or service provider environment. For myself I am not really concerned about NAT just a stateful firewall. The other half of my questions is about performance. I have read many articles and posts on the net about