Displaying 20 results from an estimated 1000 matches similar to: "RoR consultant required in UK"
2004 Aug 06
1
Second patch again CVS version
On Sun, Feb 24, 2002 at 09:04:03AM +0100, Ricardo Galli wrote:
> Sorry, didn't explain well.
>
> Nagle's algorithm (rfc896) buffers user data until there is no pending acks
> or it can send a full segment (rfc1122).
>
> icecast doesn't need it at all, because it already sends large buffers and
> the time to send the next buffers is relatively very long.
IMO
2007 Feb 06
3
VB, Access based program on Linux
Hi,
I work in one public charitable trust. Here we are using one
Accounting+Inventory+Report management Program. Two developers have
developed in VB, Access and Crystal Reports.
Now I am trying to use it through wine on linux. (As we dont have enough
money to redevelop that.)
But after running that .exe I am getting error that ActiveX Component can
not create object. 429
Neelesh
--------------
2008 May 21
0
Fwd: Re: opensuse10.3 host and windows XP guest via Xen/Vbx
-------- Original-Nachricht --------
Datum: Wed, 21 May 2008 18:12:59 +0800
Von: "Jon Ervine" <jon.ervine@gmail.com>
An: "Jörg Kühne" <joerg.kuehne@gmx.net>
Betreff: Re: [Xen-users] opensuse10.3 host and windows XP guest via Xen/Vbx
2008/5/21 "Jörg Kühne" <joerg.kuehne@gmx.net>:
> Hello
>
> did anyone may made some experience with the
2008 Sep 25
3
usb interface support
Dear wine user group
I removed the whole installation under the root path and reinstalled the application to the user directory -thanks to mr. vitamin.
But the effect is the same - the usb interface has not be enabled although the driver works correctly, see
jstest /dev/input/js0 ->
Driver version is 2.1.0.
Joystick (IPACS Ikarus Gamecommander) has 7 axes (X, Y, Z, Rx, Ry, Rz, Throttle)
and
2023 Aug 07
2
Packet Timing and Data Leaks
On Mon, 7 Aug 2023, Chris Rapier wrote:
> > The broader issue of hiding all potential keystroke timing is not yet fixed.
>
> Could some level of obfuscation come from enabling Nagle for interactive
> sessions that has an associated TTY? Though that would be of limited
> usefulness in low RTT environments. I don't like the idea of having a steady
> drip of packets as that
2005 Jul 27
1
icecast performance on many concurrent low-bitrate streams
Hi all,
I'm running an Icecast-2.2 server with at peak times some 50 sources and 500 concurrent listeners all using low-bitrate 16kpbs streams. I'm experiencing some connection losses at these peak times ("Client connection died" message in error.log).
The machine running Icecast has a 100Mbit connection to the internet. It is a Celeron 2.4Ghz machine with 1Gbyte of main
2006 May 12
2
Pluralization of non-noun names
People,
I have an insurance company client and for the last eleven years I have
wanted to completely redevelop their system from scratch. However, the
boss has never been interested in hiring a team to develop the new
system (partly because of the cost and partly because of some famous and
expensive development failures in the industry) and has always insisted
on incremental development of the
2005 Oct 05
1
UK Samba Consultant Required
Hi All,
I would like to migrate a 10 user NT4 Domain to a new Samba server.
I have had a practice run but am struggling to make the (mostly) XP
machines login to the new server without creating a new profile. I am
sure that I migrated the SID but obviously I didn't get something right!
Are there any consultants out there who might be able to help me through
this process and teach me a
2007 Feb 09
0
R/S-PLUS Pharmaceutical Consultant - Mango Solutions (UK)
Mango Solutions, providers of S-PLUS and R consulting, development and
Training Services, are looking for consultants to join their UK-based
technical team. We are looking for highly motivated individuals to work
in a customer-focused environment.
This is a unique opportunity to develop within a dynamic company which
has been expanding rapidly and profitably since it's inception in 2002.
2007 Feb 09
0
R/SPLUS Finance Consultant - Mango Solutions (UK)
Mango Solutions, providers of S-PLUS and R consulting, development and
Training Services, are looking for consultants to join their UK-based
technical team. We are looking for highly motivated individuals to work
in a customer-focused environment. This is a unique opportunity to
develop within a dynamic company which has been expanding rapidly and
profitably since it's inception in 2002.
2020 Nov 04
0
parallel PSOCK connection latency is greater on Linux?
Please, check a tcpdump session on localhost while running the following script:
library(parallel)
library(tictoc)
cl <- makeCluster(1)
Sys.sleep(1)
for (i in 1:10) {
tic()
x <- clusterEvalQ(cl, iris)
toc()
}
The initialization phase comprises 7 packets. Then, the 1-second sleep
will help you see where the evaluation starts. Each clusterEvalQ
generates 6 packets:
1. main ->
2011 Sep 22
0
Disable nagle algorithm
Hi,
I was reading that 2.1 introduced an option to disable the nagle algorithm.
Is that option still available in 3.2?
Gerald
2005 Dec 28
0
Use of TCP_CORK instead of TCP_NODELAY
> As a streaming server, it's fairly crucial for icecast to
> send out data with as low a delay as possible (many clients
> don't care, but some do). That's why we use TCP_NODELAY - we
> actually WANT to send out data as soon as we can.
Nagle is inherently unsuited for streams. NODELAY was (imho) ment for
connections for which Nagle isn't sufficient and CORK is not
2008 May 23
1
Fwd: Re: Model aircraft simulator Aerofly prof. deluxe
Hallo again,
the last debug massage was:
winedbg H:\\flyrun.exe
WineDbg starting on pid 0042
0x7b875fb2 start_process+0xc2 in kernel32: movl %esi,0x0(%esp)
Wine-dbg>step
Single stepping until exit from function,
which has no line number information.
Invalid address (0x7b875fb7 start_process+0xc7) for breakpoint 0, disabling it
Process of pid=0013 has terminated
Thanks for your tips and
2005 May 04
3
Multivariate multiple regression
I'd like to model the relationship between m responses Y1, ..., Ym and a
single set of predictor variables X1, ..., Xr. Each response is assumed
to follow its own regression model, and the error terms in each model
can be correlated. My understanding is that although lm() handles
vector Y's on the left-hand side of the model formula, it really just
fits m separate lm models. What should
2006 Jan 24
4
sftp performance problem, cured by TCP_NODELAY
In certain situations sftp download speed can be much less than that
of scp.
After many days of trying to find the cause finally I found it to be
the tcp nagle algorithm, which if turned off with TCP_NODELAY
eliminates the problem.
Now I see it being discussed back in 2002, but it still unresolved in
openssh-4.2 :(
Simple solution would be to add a NoDelay option to ssh which sftp
would set.
2010 Feb 14
0
[LLVMdev] sparc status llvm 2.7?
On 02/10/2010 01:31 AM, Nathan Keynes wrote:
> On 09/02/2010, at 3:57 AM, Chris Lattner wrote:
>
>
>> On Feb 8, 2010, at 12:37 AM, Nathan Keynes wrote:
>>
>>> Firstly, the BNE/BA pair should be reduced to a BE (I assume this is the responsibility of AnalyzeBranch and friends that you mention).
>>>
>> Right. Implementing AnalyzeBranch
2009 Aug 18
0
[LLVMdev] Build issues on Solaris
Good day Nathan,
If your using the stock GCC with Solaris, I am sorry to inform you its
broken, Please see:
http://llvm.org/docs/GettingStarted.html#brokengcc
Please be warned as your get miss compiles and things will do strange `stuff`.
As can be seen here, the reverse is true for both the GNU binutils and
XPG4 versions of `nm' :
-bash-3.2$ /usr/xpg4/bin/nm -p -u `find . -name
2005 Jul 28
2
icecast performance on many concurrentlow-bitrate streams
Hi Karl,
Thanks for your info. I have a standard Icecast-2.2 release with a few local patches. I'm a little apprehesive to apply my patches to the kh14 branch, so I'd rather patch my branch with the changes related to batched reads from the kh branch.
I've looked at your code to see if I could spot the changes related to batching reads. So far I have not been able to find where
2001 Nov 06
0
What's the current status of the LDAP integration?
Hello
Note long ago, we have writtten an LDAP-administration tool to integrate
several linux-services such as mail-routing, authentification throug pam to
the ldap server, AND AN SAMBA INTEGRATION. This solution (GPL) is based on
the OpenLDAP-Version 1.2. Newer enquiries shows us that with the
release-change of the openldap has made some changes by the use of the
schemata and its integration in