Displaying 20 results from an estimated 10000 matches similar to: "routes inconsistency?"
2005 Mar 04
24
Rails speed?
Hi --
(First time posting to the list...)
I''m trying out Rails on my Mac (OS X Panther, 1.6 G5). It seems...
kinda slow? I''ve even run it with FastCGI and the response time is
still painfully slow.
Is this just me? Is mod_ruby any better than FastCGI? Or is it rails?
Thanks in advance!
-- joshua
2006 Mar 06
7
Set base url?
I have an application running on a Lighttpd instance which is proxied by an
Apache server. It seems to work fine but my urls are incorrect: all urls
reference / which is not where my application runs at the Apache server.
How do I set the base url of a Rails application?
My Apache has the following proxy rules:
ProxyPass /hieraki http://localhost:3001
ProxyPassReverse /hieraki
2005 Nov 14
0
can't display controllers with lighttpd
Hello,
I can see http://192.168.1.5/public/index.html
i''ve created a controller as it''s mentionned in the rails bible
("agile web dev.." of M.Thomas)
If i try http://192.168.1.5/say i have an error "file not found"
I''ve really struggled a lot with this and already asked people at
#lighhtpd but i really can''t find the answer.
This is
2009 May 20
0
[LLVMdev] llvm-java
Dear All,
Perhaps a related issue is whether SSI form is valuable for other
transformations or analysis passes. If it is, then it might be worth
building general SSA->SSI and SSI->SSA transforms so that any LLVM pass
wishing to have the code in SSI form can do so.
-- John T.
Nicolas Geoffray wrote:
> [snip]
>
> OK. Is it possible to do SSI Transformation --> Array Bounds
2009 May 20
3
[LLVMdev] llvm-java
Hi Fernando,
Thanks for the very clear explanation.
Fernando Magno Quintao Pereira wrote:
> simulation: it does not add instructions to LLVM IR. Instead, it builds an
> interval representation for each variable. Each interval represents a
> variable in SSI form, and will be associated to one or more constraints,
> like v > 10, or v > a.length. A query will have to find the
2009 Mar 29
3
[LLVMdev] GSoC 2009 application
2009/3/29 Misha Brukman <brukman at gmail.com>:
> 2009/3/27 Andre Tavares <andrelct at dcc.ufmg.br>
>>
>> I'm a Computer Science master student at UFMG, Brasil. I'm interested in
>> taking part on Google Summer of Codes 2009. My idea is not on the LLVM list,
>> but I have written a project description to make my intentions clear. My
>> project
2009 Mar 29
0
[LLVMdev] GSoC 2009 application
2009/3/27 Andre Tavares <andrelct at dcc.ufmg.br>
> I'm a Computer Science master student at UFMG, Brasil. I'm interested in
> taking part on Google Summer of Codes 2009. My idea is not on the LLVM list,
> but I have written a project description to make my intentions clear. My
> project is attached as a pdf file.
By changing LLVM IR from SSA to SSI, you propose to
2009 Mar 30
2
[LLVMdev] RFC: X86InstrFormats.td Refactoring
There is some redundancy at the instruction format level in the x86 .td files.
For example, in X86InstrFormats.td:
// SSE1 Instruction Templates:
//
// SSI - SSE1 instructions with XS prefix.
class SSI<bits<8> o, Format F, dag outs, dag ins, string asm, list<dag>
pattern>
: I<o, F, outs, ins, asm, pattern>, XS, Requires<[HasSSE1]>;
// SSE3 Instruction
2005 Mar 08
15
Rails 0.10.1and WEBrick
Doesn''t appear to work with WEBrick. Works find with Apache/FastCGI.
Something wrong in the way Rails is trying to process paths from the
WEBrick server. If I try to send in http://localhost:3000/recipes/new,
WEBrick is interpreting /new as my controller, instead of my action.
2009 May 19
2
[LLVMdev] llvm-java
Nicolas Geoffray wrote:
> Andrew Haley wrote:
>
>> I should have asked a better question. By "does it work" I meant something
>> like
>>
>> for (int i = 0; i < a.length; i++)
>> System.out.println(a[i]);
>>
>>
>
> OK, so no :) VMKit does not know that a[i] is related to a.length. I
> believe Andre's
2009 May 20
0
[LLVMdev] llvm-java
Hi, Nicolas,
I have been talking to Andre about this project. Let me add my two
cents:
> I don't get it. What is the cons then of a simulation?
The tradeoff, IMHO, is as follows:
simulation: it does not add instructions to LLVM IR. Instead, it builds an
interval representation for each variable. Each interval represents a
variable in SSI form, and will be associated to one or
2006 Jan 11
0
Issues with dynamic finders ruby-1.8.4 / rails-1.0.0
Hi all,
I am not certain this is a 1.8.4 related issue, but I think it might be.
I''m trying to use dynamic finders for my Category and Post models,
such that a request /blog/categories/general would detect the slug and
do a find_by_slug() instead of find(params[:id]).
My have_slug?() method works fine, and the dynamic finders *were*
working fine until I moved it off my local machine
2009 May 15
3
[LLVMdev] SSI in LLVM
Dear LLVM Community,
I am one of the summer of coders working on LLVM this year. My
project is to implement the ABCD algorithm for array bounds checking,
and also a bitwidth analysis that maps variables to an approximation of
its size in bits. To implement this, I will have to simulate a
intermediate representation called SSI (Static Single Information) form
on top of LLVM SSA
2009 May 19
0
[LLVMdev] llvm-java
Hi Andre?
Andre Tavares wrote:
> Thanks for all answers. I will consider them all before I start coding.
>
> I have another discussion that I would like to hear from you.
>
> I can implement SSI in two different ways. Analysis or Transformation Pass.
>
> As an Analysis Pass, I would create a SSI LiveInterval, mapping each
> interval with a constraint.
> Pros: No change
2009 Mar 30
0
[LLVMdev] RFC: X86InstrFormats.td Refactoring
On Monday 30 March 2009 16:12, David Greene wrote:
> There is some redundancy at the instruction format level in the x86 .td
> files. For example, in X86InstrFormats.td:
>
> // SSE1 Instruction Templates:
> //
> // SSI - SSE1 instructions with XS prefix.
>
> class SSI<bits<8> o, Format F, dag outs, dag ins, string asm, list<dag>
> pattern>
>
>
2005 Nov 28
5
Rails on lighttpd through proxy
Hi All,
We have a PHP site running on apache 1.3 and Im trying to graft typo
onto it at /blog/. Ive got the running using the symlink method but
apache/fastcgi are clunky to say the least so I want to move typo over
to lighttpd. Ive got this all working and Im now trying to get a
proxy working through from apache. Im using this:
RewriteRule ^/blog/?(.*)$ http://blog.myorg.net:8080/$1 [P]
2012 Dec 18
2
The FLAC website
On 13-12-12 13:20, Max Horn wrote:
> On 13.12.2012, at 03:57, Conrad Parker wrote:
>> IIRC the xiph sites use server-side includes (apache SSI) for headers
>> and footers. [...]
>>
> Yay, yet another version of the website :-).
>
> I am not really a fan of SSI myself, but if this is what is there, and people are familiar with it, I think it should also do just fine.
2013 Jun 03
2
Difference MySQL between 1.6.x and 11.4.x
Hi
i have installed a new Asterisk server on Fedora. My first server use
Asterisk 1.6.x with a MySQL CDR and
realtime.
I have a small problems, when i configure on the new server, the same
information in MySQL, we have a error:
[Jun 3 16:27:59] ERROR[3140] res_config_mysql.c: MySQL RealTime: Failed to
connect database server SSI on myhost.myserver.com (err 2003). Check debug
for more info.
2003 Jan 04
1
pxelinux and ram images
Looking at the FAQ for SysLinux there is an option for an initrd file
(initrd=filename), this does not seem to work with pxelinux (or it is
just that I am doing something wrong...).
here is my config file:
prompt 1
#serial 0 115200
label linux
kernel vmlinuz-2.4.18-ssi
#read-write
#root=/dev/ram0
append init=/linuxrc console=tty0 console=ttyS0,115200
initrd initrd-2.4.18-ssi.img
label local
2005 Mar 09
16
rails on low memory vps
Anyone got any tips for running Rails (w/ either webrick or
lighttpd/fcgi) on a VPS with a pretty small amount of memory (like
64MB memory and 64MB swap).
Thanks,
Joe