Displaying 20 results from an estimated 10000 matches similar to: "Openssh in multithreading environment."
2011 Apr 04
0
Multithreading of Geneland
Hi all,
I would like to multithread that script, to detect structure from multilocus genetic data :
>library(Geneland)
>
>geno = read.table("cot966gen_test.txt") #the file is show after
>MCMC(geno.dip.codom = geno, varnpop=T, npopmax=20, spatial = F, nit=100000, thinnin=100, path.mcmc="./")
>PostProcessChain(path.mcmc="./", nxdom=100, nydom=100,
2004 Jul 13
1
SMP, Single System Image clustering, multithreading
Hi All,
I have looked through the following thread:
http://tolstoy.newcastle.edu.au/R/help/02b/4551.html
and would like to ask after 1.5 year the same question:
Are there any plans to involve multithread
computations in R?
Few word about my motivation:
I use R on my OpenSSI cluster with 7 CPUs, so one
could simply think of this cluster as of single computer
with 7 CPU. My
2015 Feb 03
2
Multithread support
Hi,
I recently had to encode few hours of desktop stream with Theora and I
noticed it used only one core for encoding. Was I missing something? I did
not find any "thread" options.
As I dig, I found there was a multithread patch back in 2007, and some
ffmpeg2theora-multithread commits, but it looks like all this was dropped.
Am I right?
If the multithreading encoding was dropped out,
2009 Jan 12
0
[LLVMdev] IR code generation and JIT execution in a multithread environment
Quick related Q:
Does the global lock of the JIT during code generation prevent
concurrent execution of already JIT-ted code?
Thanks.
On Jan 12, 2009, at 9:34 AM, Gordon Henriksen wrote:
> On Jan 12, 2009, at 11:10, Edgar Geisler wrote:
>
>> my goal is to create a service with multiple threads, each of them
>> generating IR code and JIT'ing/executing it in their threads
2002 Jan 17
1
Multithreading inquiry
I noticed that the statically linked ogg/vorbis libraries for Windows are
multithreaded. I want to link them into a non-multithreaded application, so
I'm considering recompiling them to use the non-multithreaded C runtime. Is
this feasible, or do libogg and libvorbis rely on multithreading?
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
2008 Sep 22
1
RHEL RPC Automatic multithreading
Hi;
I am porting my POSIX multithreaded application from SOLARIS to RHEL.
My application uses Sun RPC(with Automatic multithreading option).
In RHEL RPC I could not find any option for Automatic multithreading.
Please help me.
Regards,
Lingu
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jan 12
3
[LLVMdev] IR code generation and JIT execution in a multithread environment
On Jan 12, 2009, at 11:10, Edgar Geisler wrote:
> my goal is to create a service with multiple threads, each of them
> generating IR code and JIT'ing/executing it in their threads and
> some threads will share generated code through a code repository...
Hi Edgar,
Module and Value are unsafe for concurrent access--even disjoint
instances thereof. So you'll need to hold a
2017 Oct 17
0
Re: a question about multithreading with libguestfs
[Please keep replies on the mailing list so that others can benefit]
On Tue, Oct 17, 2017 at 10:07:31PM +0300, Maxim Kozover wrote:
> Hi Richard,
> Unfortunately I achieved a negative result, maybe you could help, please?
.
> I'm using libguestfs-1.36.4 as a base since I changed for myself a bit some
> detection stuff that you recently moved from C to OCaml and I can't rewrite
2007 Aug 31
1
Plans for multithreading?
I was surprised, given the vector-ish nature of R, to see that
(according to my CPU meters) there doesn't seem to be any obvious
multithreading in R.
Are there any plans to change this?
2007 Apr 05
1
Multithreading
Dear list,
is R capable of multithreading? At the moment it uses only 1 CPU
out of 4 CPUs on my system. Is there a compilation option or start option so
that R uses multiple CPUs at the same time to accomplish a calculation?
Some information on my system:
> R.version
_
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64,
2008 Aug 14
1
Multithreading
we people are new team for ruby. we trying to put multithreading in our
code. how is it possible? we want to read a message from queue and
process that message parellaly and finally insert the message to the DB.
Can you give me the Idea please.
we want to process 7000 to 10000 message and store it to the Database
perminute. we are trying through threads. can you please help me how we
do?
2018 Mar 23
0
Optimization: Replace functions with thread unsafe variants + detection of multithreading
Hello,
My idea is to detect a multithreading and perform some transformations and
get new possibilities for optimizations:
1. Check pthread_create and follow CallInstr (goal: to know that we are in
new thread), identify functions where fork is used and check all other
CallIstr (we are in child) + check Windows variants of fork/ thread create..
2. Check functions if they do not contain any of
2017 Oct 16
0
Re: a question about multithreading with libguestfs
On Mon, Oct 16, 2017 at 10:16:27PM +0300, Maxim Kozover wrote:
> I mean if after applying multithreading patches I can change fuse_loop to
> fuse_loop_mt...
OK, I've not actually tested how well that works myself, so make sure
you test it properly before doing anything important with it.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my
2009 Sep 02
0
Implementing timeouts or multithreading in R to solve hanging network problem? (Snowfall)
Hello, I'm new to R and I'm building a system that uses a cluster of
computers to parallelize computations. To handle cluster setup I'm using the
R package Snowfall, but knowledge of Snowfall may not be necessary to answer
my question. I'm using a socket-based approach to cluster setup, so all I
need to do is give Snowfall a vector of hostnames and it handles the rest.
The problem
2015 Mar 23
3
[LLVMdev] multithreading and the JIT, specifically llvm::sys::Memory
Hello,
We were doing some experiments to deserialize/JIT bitcode on multiple threads and we hit what looks like this issue:
http://lists.cs.uiuc.edu/pipermail/llvmbugs/2013-April/027937.html
We're using LLVM-3.5 so I was a bit surprised that the patch that was provided in 2013 doesn't appear to be in the current codebase. I'm curious what the status of this patch and issue are? Are
2006 Jan 20
0
multithreading for res_perl
Hello,
To connect to our oracle database from an asterisk application we use
res_perl.
Sometimes one of our asterisk server will 'freeze' and work anymore.
I have to kill the job safe_asterisk and start it again, so that the
application asterisk works again.
If I look in the log files it look like that asterisk will 'hang or
freeze', if two callers calls exactly at the
2017 Mar 13
0
multithreading, subnet weights, logging info
Hello,
Bumping this in the hope someone can help me.
If all the questions are too much, could anyone answer #3: Is there any way
to have multiple tinc daemons active-active advertising the same subnet
with traffic distributed between the two?
thanks
On Mon, Feb 27, 2017 at 12:32 PM, Ryan, Justin <justin.ryan at nytimes.com>
wrote:
> Multiple questions here, thinking one email is less
2017 Oct 18
0
Re: a question about multithreading with libguestfs
Hi Richard,
Can you tell, please, if the daemon at the appliance side is multithreaded
as well and is able to execute several simultaneous reads, for example? If
yes, how many threads it uses? Or every request starts its own thread?
Thanks much,
Maxim.
On Oct 18, 2017 2:17 AM, "Maxim Kozover" <maximkoz@gmail.com> wrote:
> Hi Richard!
> Finally it seems it works after
2002 Apr 16
1
[Fwd: Re: Multithreading]
Oops. Seems I only sent this to myself.
T.
-------------- next part --------------
An embedded message was scrubbed...
From: "Timothy H. Keitt" <tklistaddr at keittlab.bio.sunysb.edu>
Subject: Re: [R] Multithreading
Date: 16 Apr 2002 12:34:52 -0400
Size: 2091
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20020416/dd6c9385/attachment.mht
2007 Apr 10
0
[LLVMdev] LLVM Roadmap 2007-2008, PowerPC, multithreading, LLVM 2.0, etc ?
On Tue, 10 Apr 2007, Valery Khamenya wrote:
> where could one find any LLVM development roadmap for this
> and perhaps next year?
We generally have not published a road map like this because it is very
difficult to do it in a meaningful way. Because LLVM is largely driven by
volenteers and because noone working on it guarantees that they will
finish a project that they start, we