search for: _specifically_

Displaying 5 results from an estimated 5 matches for "_specifically_".

2007 Jul 17
1
Asterisk and ATA-186 question-- calling one port from the other port..
...he ATA-186, it will REGISTER twice. Further note that you cannot call one line from the other on the same device using the "direct" extension numbers, so you will have to be clever about naming and aliases within Asterisk. That is outside the scope of this document." However, that _specifically_ says that in the provided config, you cannot call one port from the other port using "direct" lines-- It does indicate that you CAN in fact work that out, using "naming and aliases" within Asterisk. Therefore, I assume that it IS possible to use an ATA like this--- but that th...
2023 Oct 28
1
State of the gluster project
...t, Oct 28, 2023 at 11:07:52PM +0300, Zakhar Kirpichenko wrote: > I don't think it's worth it for anyone. It's a dead project since about > 9.0, if not earlier. It's time to embrace the truth and move on. Which is shame because I choose GlusterFS for one of my storage clusters _specifically_ due to the ease of emergency data recovery (for purely replicated volumes) even in case of complete failure of the software stack and system disks - just grab the data disks, mount on a suitable machine and copy the data off. Anyone knows of distributed FS with similar easy emergency recovery? (I...
2003 Jun 16
2
[LLVMdev] CWriter outputs non-portable use of alloca.h
On Mon, 2003-06-16 at 17:33, John Criswell wrote: > What would be better yet is to modify the code so that it does not use > alloca() at all. There seems to be little reason to use it aside from > convenience (but perhaps I have missed something). I think the idea is that alloca can give (probably significant) performance gains when used properly. In the cases where you need
2023 Oct 28
2
State of the gluster project
I don't think it's worth it for anyone. It's a dead project since about 9.0, if not earlier. It's time to embrace the truth and move on. /Z On Sat, 28 Oct 2023 at 11:21, Strahil Nikolov <hunter86_bg at yahoo.com> wrote: > Well, > > After IBM acquisition, RH discontinued their support in many projects > including GlusterFS (certification exams were removed,
2006 Apr 05
11
Managing a Rails project
Can someone point me to some good ideas about managing Rails development - like what would be a good way to document all the models and controllers and methods that might result if several people are prototyping on different parts of a system, and what might be a good structure for pushing back code into SVN as scaffolds are turned into real projects - that sort of thing. I''m