search for: launcing

Displaying 9 results from an estimated 9 matches for "launcing".

Did you mean: launching
2006 Apr 04
4
Threads vs. Processes and Rails
Hey all, I need to launce a rather lengthy process from a small Rails application. It''s the sort of thing (sending out an email newsletter) that would need to be launched from a browser window, but the browser doesn''t need to stick around to see it through. I played around with Thread.new, but I think, based on limited testing, that the threads need to complete before the view
2007 Sep 05
2
RUnit testing with R CMD check and more (was: R CMD check recursive copy of tests/)
...en installed on their machine - this info is also given in PKG-package.Rd file to encourage useRs to test the package * developeRs can run RUnit tests with: - R CMD check since examples in PKG/man/runRUnitTests.Rd are tested to work (test failures or R errors stop the R CMD check!) - launcing the script PKG/inst/RUnitTests/runRUnitTests.R with Rscript or R CMD check I would like to hear any critiques, comments, suggestions, ... on above. Martin mentioned (privately) that filenames have to much upper case letter, but I wanted to emphasize that the main work is being done by RUnit pa...
2007 Aug 31
0
Sun nxge NIC problem
Hi all, i use xen 3.1 on a gentoo 2007.0 dual opteron machine with Sun x8 Express dual 10 Gigabit Eternet fiber NIC. The NIC work properly on standard kernel and patched Xen kernel (2.6.18) without XEN enabled features, but when i enable "Enable Xen Compatible kernel" choice in "Processor type and features" menu on kernel configuration, NIC is recognized, seems to work but it
2005 Feb 18
0
CentOS 4 (RC1) and VMWare
I successfully installed CentOS 4 (RC1) on a VMWare 4.5.2 virtual workstation last night. When creating the new virual machine, I told the VMWare wizard that I'd be installing RHEL3. I used the VMWare console to point the virtual CDROM drive at each of the downloaded ISO images as needed. The "time remaining" feedback while Anaconda ran was wildly inaccurate, but the whole
2008 Oct 20
1
Re: PolarProTrainer
hi vitamin. I now understand your suggestion is how to install, but..... I use UBUNTU 8.04 latest update and Wine 1.1.6 is installed. And so is the Polar ProTrainer 5 SW - from CD. (PTT 5) PTT 5 is working - so and so. It contains a calender and the picture-rendering i overlaping, but this is a minor concirn. My problem is that the buildt in uptateSW do not work, and there is alot of necesery
2007 Feb 04
9
Zap FXS slow to reset?
I have the following dialplan (segment) that isn't working as I expected it to: exten => s,n,Dial(Zap/1&SIP/202&SIP/203,18) exten => s,n,Dial(Zap/1&SIP/201&SIP/202&SIP/203,42) The plan was to have SIP/201 added to the group of ringing phones after 3 or so rings. What ends up happening, though, is the Zap/1 phone STOPs ringing when the dialplan falls through to
2008 May 09
0
Wine release 1.0-rc1
This is release 1.0-rc1 of Wine, a free implementation of Windows on Unix. This is the first release candidate for Wine 1.0. Please give it a good testing to help us make 1.0 as good as possible. In particular please help us look for apps that used to work, but don't now. See http://wiki.winehq.org/PlatinumRegressionHunt for details. What's new in this release (see below for details):
2009 Mar 06
3
Gem update problem
Hi, firs at all sorry if my english is not the best. I''m working with OSX and i have a problem trying to launc localhost. In mongrel.log i can see this message: Agent Log is found in /Users/jose/rankia/log/newrelic_agent.3000.log /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load -- action_mailer/ar_mailer (MissingSourceFile)
2006 Dec 14
23
Using DTrace to monitor productions systems
Hi, we are developing and operating an very critical application in the financial sector. Now our customer wants us to report performance data (roundtrip times of the messages routed). My idea is using dtrace to measure the times with the pid provider catching the timestamps on entry of the in and out functions of the processes. Now my questions ;-): 1) Is this an appropriate method to monitor