Displaying 11 results from an estimated 11 matches for "comprable".
Did you mean:
comparable
2006 Jan 20
3
Anyone running a business hosting plan @ textdrive?
...pain in my ass, along with other things.
I''m considering switching to a Textdrive business hosting plan but wanted to
get some feedback from list members first.
I pay about $200 a month quarterly for my MediaTemple service. TextDrive is
a bit more pricey. Is it worth it? Are there other comprable plans out there
that have good Rails support?
Lemme know, peace...
--
seth at subimage interactive
http://www.subimage.com/sublog/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060120/07df36bf/attachment....
2004 Jan 04
3
Hardware to build an Enterprise Asterisk Universal Gateway
2012 Apr 16
1
Upgrading to Verizon FIOS from Verizon DSL - Linux machine as router/Gateway/LAN server]
Greetings,
A long time ago I setup a Linux machine as a Gateway/LAN Server using
Verizon DSL as the ISP.
I used the following HOWTO as the guide - DSL HOWTO For Linux:
http://www.tldp.org/HOWTO/DSL-HOWTO/index.html
Is there something comprable for Verizon FIOS?
My Gateway machine runs Fedora.
For a new server, I'm considering setting up a CentOS machine, while still
using Fedora on my desktop and laptop.
Much thanks,
Max Pyziur
pyz at brama.com
2004 Jul 20
0
Linux sparc64 conferencing?
Ok, maybe a _wee_ bit esoteric, but...
I've setup a developemnt system on a Sun Netra T1 running Aurora Linux
(rh-7.3 for sparc64) -- just a few minor Makefile changes in codecs
necessary. All in all, it's running nice. My only problem is lack of
meetme or comprable features. I can't get zapdummy (these boxes use
usb-ohci, not usb-uhci) to compile, and zaprtc sure won't work (no rtc
module here...). Does anyone have any suggestions as to how I might
either
1. weasle out of the timer requirements for meetme
Or
2. use some as-yet-undocumented 3rd part...
2001 Oct 03
2
Low speed of running win-application under Wine
Hi All,
It is normal that Windows applications run _very_ slow
under Wine? I'm talking about simple application, like
notepad, winmine.
My system:
FreeBSD 4.4-STABLE
RAM 128M
CPU Celeron 466MHz
Wine wine-2001.08.24
XFree86-4.1.0_6
Everything I run from TWM (manager which is run by startx).
TIA
2007 Oct 23
2
[LLVMdev] me being stupid: me vs the llvm codebase...
...rs like gcc, or with existing interpreter-based
scripting VMs, while trying to preserve both the speed and capability of a
true compiler, with the flexibility and dynamic changability of a typical
interpreter-based VM...).
so, basic question:
how well would LLVM work for being used in a manner comprable to LISP-style
eval (or Self, Smalltalk, or Python style incremental restructuring)?...
and incrementally replacing functions or modules at runtime?...
or is the intention more like "compile once and use"?...
would this likely imply redoing much of the compilation process for each
incre...
2007 Oct 23
0
[LLVMdev] me being stupid: me vs the llvm codebase...
...ffline optimizations before starting the JIT
program. This could include IPO or LTO at the developer's option, and
would be entirely safe if the unit of dynamism were restricted to an
LLVM module, since LTO merges modules together.
> how well would LLVM work for being used in a manner comprable to
> LISP-style eval (or Self, Smalltalk, or Python style incremental
> restructuring)?...
Simply codegen the string into a function at runtime, JIT it, and
call it.[7] Afterwards, the IR and the machine code representation
can be deleted.
> and incrementally replacing functions...
2019 Apr 13
1
Re: virt-v2v slow when running inside the VM
I eliminated software-bridge( using iperf3 bandwidth/latency on the host
and guest was almost the same) and
disk write(using qemu-img convert src dest file both on the host and
guestvm was comprable) being the issue.
Next I profiled both sshd and qemu-img during the conversion phase using
bpftools (profile and tcptop) and this is what i see.
Time (min)
File Size
(KB)
sshd RX
(KB)
tcptop
qemu-img RX
(KB)
tcptop
profile (flamegraph)
0 - 5
5478400
5612971
5601536
qemu-img-0-5.svg...
2019 Apr 10
2
Re: virt-v2v slow when running inside the VM
thanks Richard,
The experiment was indeed done with nested VM enabled. I am not sure about
the internals, but i thought once overlay is setup the 2 main processes are
sshd and qemu-img convert (reading data from sshd and doing the conversion)
I don't see any of the qemu process running.
Initial overlay setup was pretty quick and rest of the time was spent in
qemu-img convert operation
Suresh
2005 Mar 30
35
Respect and Disappointment
I''ve finally started a blog. I really didn''t want to go public with it
until I was sure I keep it up, but DHH posted a entry to his blog that I
feel compelled to comment on.
You can read about it on my blog:
http://www.bloglines.com/blog/CurtHibbs
Curt
2007 Oct 23
2
[LLVMdev] me being stupid: me vs the llvm codebase...
...ons before starting the JIT
program. This could include IPO or LTO at the developer's option, and
would be entirely safe if the unit of dynamism were restricted to an
LLVM module, since LTO merges modules together. >
ok, dunno here.
> how well would LLVM work for being used in a manner comprable to
> LISP-style eval (or Self, Smalltalk, or Python style incremental
> restructuring)?...
< Simply codegen the string into a function at runtime, JIT it, and
call it.[7] Afterwards, the IR and the machine code representation
can be deleted. >
ok. how well does this work if, say, we d...