Displaying 20 results from an estimated 20000 matches similar to: "Nuby Q: Splitting of large projects for speed gains"
2006 Jul 28
1
How to set environment specific config variables DRY-ly
Sorry, search is down on the forum, so I don''t know if this has been
posted elsewhere.
I have some config variables that I want to have set in all
environments, and overridden in production.
What I want to do is put this in my config/environment.rb
SOME_CONFIG = 555
And then override it in config/environments/production.rb as:
SOME_CONFIG = 333
Problem is, using constants I
2006 Oct 18
4
Segmentation bug - file_column?
Hi there everybody,
We''re having mongrel processes slowly die on us, with a segmentation
fault. I''ve seen a few other people mention similar issues. Any info
or suggestions would be nice:
Error:
/var/www/apps/heritage/current/config/../vendor/plugins/file_column/
lib/magick_file_column.rb:7: [BUG] Segmentation fault
ruby 1.8.4 (2005-12-24) [i386-linux]
Server:
2006 Mar 28
2
Apache/FCGI Rails - is apache restart required on DB change?
Hi all,
wondering when I need to restart apache. I''m setting up a rails system
for the first time, and it seems to be caching my database
configuration, unless I restart apache.
Is there any way out of this? Is there a way to do this without
restarting apache?
Thanks in advance!
Cameron
--
Posted via http://www.ruby-forum.com/.
2006 Oct 18
1
Memory staying high even after calling MiddleMan.gc!(Time.now)
Hi there,
I''m just implementing backgroundrb to see if I can offload some
"processor intensive" areas of my rails app (generating PDFs with
lots of imagery in them, using rFPDF and rMagick as well).
So far I''ve been able to figure it out fairly quickly....it''s a
pretty cool tool!
Some questions though:
First:
I''m running the basic cron-job
2006 Jul 26
1
How to reload classes in lib/ without restarting server
Hi all,
We have a class extending a class from a plugin. We didn''t know where to
put it exactly, but the lib/ folder seemed to make sense.
Problem is, it doesn''t reload the file for each request, so it makes
development mode difficult (have to restart the webserver with every
request).
Any advice on how to make it reload?
Thanks in advance!
Cameron
--
Posted via
2008 Jan 21
6
[Fwd: Re: Large issue - having trouble diagnosing.]
thankyou both very much for your swift responses and helpful insight...
While my knowledge of administrating Asterisk is fairly decent, i must say
my knowledgebase and ability in troubleshooting it is fairly lousy...
all these wonderful suggestions you have had about turning this log on here,
etc sounds great, but i don't know where to begin on that! how do you
recommend i turn these on or
2006 Nov 04
3
undefined method `load_paths=' for Dependencies:Module
I''ve been working on an app, and had a friend check it out to his
machine. I''ve got rails and all my plugins set up with svn:externals,
so when he svn ups it he gets all the latest stuff. I''ve just svn
up''d both machines so we''re running the same versions of everything.
We''re also running the same version of ruby (1.8.4). As far as I can
2011 Sep 26
3
[LLVMdev] x86-64 large stack offsets
Hey guys,
I'm working on a bug for x86-64 in LLVM 2.9. Well, it's actually two issues.
The assembly generated for large stack offsets has an overflow; And, once
the overflow is fixed, the displacement is too large for GNU ld to handle
it.
void fool( int long n )
{
double w[268435600];
double z[268435600];
unsigned long i;
for ( i = 0; i < n; i++ ) {
w[i] = 1.0;
z[i] =
2011 Feb 25
4
means, SD's and tapply
I'm trying to use tapply to output means and SD or SE for my data but
seem to be limited by how many times I can subset it. Here's a snippet
of my data
> stems353[1:10,]
Time DataSource Plot Elevation Aspect Slope Type Species
SizeClass Stems
1 Modern Cameron 70F221 1730 ESE 20 Conifer ABCO
Class1 3
2 Modern Cameron 70F221 1730
2013 Feb 09
2
[LLVMdev] Deleting LiveVariables
On Feb 8, 2013, at 4:37 PM, Cameron Zwarich <zwarich at apple.com> wrote:
> On Feb 8, 2013, at 4:20 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>
>> On Feb 8, 2013, at 4:03 PM, Cameron Zwarich <zwarich at apple.com> wrote:
>>
>>> How much of the work is done here? I'd be happy to do the phi elimination part, since I basically did that
2008 Jan 21
4
Large issue - having trouble diagnosing.
Hello,
I am having a lot of trouble with my deployment of Asterisk. I am running
the PBX-In-a-flash turnkey of Asterisk and ever since deployment I have had
many different problems. I have managed to get all issues sorted out as I go
along, until this one that randomly began last week.
We are using Grandstream GXP 2000 Handsets in the office, and at TE110P card
to interface to our ISDN OnRamp10
2013 Feb 10
0
[LLVMdev] Deleting LiveVariables
On Feb 8, 2013, at 4:45 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
> On Feb 8, 2013, at 4:37 PM, Cameron Zwarich <zwarich at apple.com> wrote:
>
>> I'll try doing that. Did you ever add a way to update LiveIntervals quickly after splitting an edge or will that have to finally be added? I can skip the critical edge splitting for now.
>
> That
2012 Jul 27
2
[LLVMdev] X86 FMA4
Just looked up the numbers from Agner Fog for Sandy Bridge for vmovaps/etc for loading/storing from memory.
vmovaps - load takes 1 load mu op, 3 latency, with a reciprocal throughput of 0.5.
vmovaps - store takes 1 store mu op, 1 load mu op for address calculation, 3 latency, with a reciprocal throughput of 1.
He does not list vmovsd, but movsd has the same stats as vmovaps, so I feel it is a
2012 Jul 27
0
[LLVMdev] X86 FMA4
Hey Michael,
Thanks for the legwork!
It appears that the stats you listed are for movaps [SSE], not vmovaps
[AVX]. I would *assume* that vmovaps(m128) is closer to vmovaps(m256),
since they are both AVX instructions. Although, yes, I agree that this is
not clear from Agner's report. Please correct me if I am misunderstanding.
As I am sure you are aware, we cannot use SSE (movaps)
2013 Nov 19
1
[LLVMdev] Broken build: r194813
Hi,
can you please check the problem is fixed by r195125?
On Tue, Nov 19, 2013 at 2:35 PM, Alexander Potapenko <glider at google.com> wrote:
> Hi Cameron,
>
> I'm planning to address this issue today.
>
> HTH,
> Alex
>
> On Mon, Nov 18, 2013 at 9:45 PM, Cameron McInally
> <cameron.mcinally at nyu.edu> wrote:
>> Hey guys,
>>
>> My local
2012 Mar 01
0
[LLVMdev] Stack alignment on X86 AVX seems incorrect
On Thu, Mar 1, 2012 at 5:30 PM, Cameron McInally
<cameron.mcinally at nyu.edu>wrote:
> Aligning the stack to 32 bytes when there are auto AVX vector variables
>> present shouldn't necessarily break the x86-64 ABI, as long as smaller auto
>> variables remain properly aligned. A similar approach was taken for i386
>> in GCC in order to support SSE vectors.
>>
2018 Aug 30
4
[FPEnv] FNEG instruction
On Wed, Aug 29, 2018 at 3:13 PM, Cameron McInally <cameron.mcinally at nyu.edu>
wrote:
> On Wed, Aug 29, 2018 at 1:51 PM, Stephen Canon <scanon at apple.com> wrote:
>
>> On Aug 29, 2018, at 1:22 PM, Cameron McInally via llvm-dev <
>> llvm-dev at lists.llvm.org> wrote:
>>
>>
>> FSUB(-0.0, NaN) = NaN
>> FSUB(-0.0, -NaN) = NaN
>>
2013 Nov 19
0
[LLVMdev] Broken build: r194813
Hi Cameron,
I'm planning to address this issue today.
HTH,
Alex
On Mon, Nov 18, 2013 at 9:45 PM, Cameron McInally
<cameron.mcinally at nyu.edu> wrote:
> Hey guys,
>
> My local build is broken after:
>
>>r194813 | glider | 2013-11-15 08:13:01 -0500 (Fri, 15 Nov 2013) | 2 lines
>>
>>[ASan] Add the configure+make rules for building the ASan runtime for iOS
2012 Mar 01
1
[LLVMdev] Stack alignment on X86 AVX seems incorrect
On Mar 1, 2012, at 3:04 PM, Cameron McInally <cameron.mcinally at nyu.edu> wrote:
> On Thu, Mar 1, 2012 at 5:30 PM, Cameron McInally <cameron.mcinally at nyu.edu> wrote:
> Aligning the stack to 32 bytes when there are auto AVX vector variables present shouldn't necessarily break the x86-64 ABI, as long as smaller auto variables remain properly aligned. A similar approach
2011 Oct 19
1
why does rsync translate user@host into '$RSYNC_RSH -l user host'?
Why does rsync believe it knows more about the use of the token to the left
of the colon than the program which will be used as the remote connection?
I have a script called sshto with accepts targets like this:
host1!host2!host3
and constructs the requisite ssh ProxyCommand options to do a multihop
ssh to host3 to run a command. Very useful if connecting to firewalled
nonroutable hosts or to