Displaying 20 results from an estimated 28 matches for "infrastuctur".
Did you mean:
infrastucture
2016 Jun 16
2
https and self signed
...16 15:57, ????????? ???????? wrote:
> Nowadays it's quite easy to get normal ssl certificates for free. E.g.
>
> http://www.startssl.com
> http://buy.wosign.com/free
that is right, but hink of your potential clients, because
wosign has a problem - slow OCSP, ...
because their server infrastucture is located in China, and not the best
bandwidth ...
when validity checks of the used SSL certificate very probable fail,
it is worse than not using SSL ...
Walter
2006 Mar 11
2
Has anyone created a UAT environment to go with test, development and production?
Has anyone tried to add another environment.
When developing I develop locally, deploy to a UAT environment for
checking that my stuff fits into the organisations infrastucture and
user testing and then deploy to production.
test and production are fine. The main problem is that development (I
currently hack the the database.yml and drop the test branch to loose
some local development mocks when deploying to UAT - not optimal.).
I am planning to create a UAT enviro...
2016 Jun 16
2
https and self signed
On 16.06.2016 21:42, ????????? ???????? wrote:
>> that is right, but hink of your potential clients, because
>> wosign has a problem - slow OCSP, ...
>> because their server infrastucture is located in China, and not the
>> best bandwidth ...
>>
>> when validity checks of the used SSL certificate very probable fail,
>> it is worse than not using SSL ...
>
> I don't think OCSP is critical for free certificates suitable for
> small businesses and...
2008 Dec 26
1
[LLVMdev] [Patch] Adding unit tests to LLVM
...this. Sorry for the delay.
I like the idea of unit tests *A LOT*. Adequate testing has been a
major sticking point for LLVM for a long time. In my opinion, once the
color of the bike shed is agreed upon ;-), this will be a welcome
addition. I have never worked with Google's unit testing infrastucture
so I don't know how it works or if its license is compatible with
ours, etc.
I did a very quick look at your code and it seems fine for a first
stab. Let's try to get everyone's input before you do a ton of work.
But I for one think that it will be accepted when people are sat...
2017 Jun 12
4
Implementing cross-thread reduction in the AMDGPU backend
...assigned
to the same register, even though their live ranges don't intersect,
since minInvocationsInclusiveScanAMD() may overwrite the value of foo
in a previous iteration if the loop exit condition isn't uniform. How
can we express this in the backend? I don't know much about the LLVM
infrastucture, so I'm not sure if it's relatively easy or really hard.
Thanks,
Connor
2019 Jun 04
2
MacOS parallel::makeCluster fails
...1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.6.0
>
Any help is greatly appreciated.
Best regards
Dominik
Dr. Dominik Leutnant
Muenster University of Applied Sciences
Department of Civil Engineering
Institute for Infrastucture?Water?Resources?Environment (IWARU)
WG Urban Hydrology and Water Management
Corrensstr. 25
FRG-48149 M?nster, Germany
Tel.: +49 (0) 251/83-65274
Fax: +49 (0) 251/83-65915
Mail: leutnant at fh-muenster.de<mailto:leutnant at fh-muenster.de>
Web: https://www.fh-muenster.de/
[[alternative...
2013 Mar 13
0
[LLVMdev] guidance on backend writing; canonical example?
...de more readable, in effect, the opposite or
reverse of a majority of the current LLVM IR optimizations.
There is also the convertion from CFG (as used in LLVM IR) to AST (as
used in clang) in order to output C.
Conversion from CFG to AST is difficult, I think it would be useful to
have a whole new infrastucture to let the user easily refactor the AST
to make it look more readable when the final C is generated. The
reason for using AST, it to aid in reducing the amount of "goto"s and
instead provide structure.
Are there any other existing backends that have an unlimited register
space or do AST?
2016 Jun 16
0
https and self signed
> that is right, but hink of your potential clients, because
> wosign has a problem - slow OCSP, ...
> because their server infrastucture is located in China, and not the
> best bandwidth ...
>
> when validity checks of the used SSL certificate very probable fail,
> it is worse than not using SSL ...
I don't think OCSP is critical for free certificates suitable for small
businesses and personal sites.
2016 Jun 17
0
https and self signed
Walter H. ????? 2016-06-16 22:54:
> On 16.06.2016 21:42, ????????? ???????? wrote:
>>> that is right, but hink of your potential clients, because
>>> wosign has a problem - slow OCSP, ...
>>> because their server infrastucture is located in China, and not the
>>> best bandwidth ...
>>>
>>> when validity checks of the used SSL certificate very probable fail,
>>> it is worse than not using SSL ...
>>
>> I don't think OCSP is critical for free certificates suitable for...
2009 Apr 25
1
installing crossbuilds
Back before the 7.0 Release I used to install cross builds by
NFS-mounting /usr/src and /usr/obj of the build machine on the
target machine and running:
# cd /usr/src
# env MAKEOBJDIRPREFIX=/usr/obj/<stuff> make installkernel KERNCONF=<kernconf>
...
This doesn't work any more because all the installation tools
are built for the architecture of the build system.
The alternative
2008 Nov 24
1
XEN control panel
Hi,
I''m looking for an XEN control panel. It is for a single machine. I have
been testing OpenQRM and Enimalism. Both are for networks bigger than 1
machine.
It needs to be installed on an CentOS or an Debian system.
Does anyone have an idea?
Regards,
Michiel Piscaer
--
Digidiensten
michiel@digidiensten.nl
Tel: 077-7501700
Fax: 077-7501701
2005 Mar 09
2
Which hardware for this solution?
Hello,
we are a firm who wants to develop some VOIP solutions.
The first infrastucture we choose for development is:
- an Asterisk machine connected to a traditional PBX (s0). In this way
people is not (yet) obligated to migrate its extisting PBX (and analog
phones) to VoIP.
- The PBX will be then configured to redirect specific outgoing calls
(i.e. a remote branch office) to As...
2017 Jun 12
2
Implementing cross-thread reduction in the AMDGPU backend
...though their live ranges don't intersect,
>> since minInvocationsInclusiveScanAMD() may overwrite the value of foo
>> in a previous iteration if the loop exit condition isn't uniform. How
>> can we express this in the backend? I don't know much about the LLVM
>> infrastucture, so I'm not sure if it's relatively easy or really hard.
>>
>> Thanks,
>>
>> Connor
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/list...
2019 Jul 12
1
MacOS parallel::makeCluster fails
...namespace (and not attached):
> [1] compiler_3.6.0
> Any help is greatly appreciated.
> Best regards
> Dominik
>
> Dr. Dominik Leutnant
>
> Muenster University of Applied Sciences
> Department of Civil Engineering
> Institute for Infrastucture?Water?Resources?Environment (IWARU)
> WG Urban Hydrology and Water Management
> Corrensstr. 25
> FRG-48149 M?nster, Germany
>
> Tel.: +49 (0) 251/83-65274
> Fax: +49 (0) 251/83-65915
> Mail: leutnant at fh-muenster.de<mailto:leutnant at fh-mue...
2005 Dec 16
6
Switchtower for production?
Hello,
The company that I work for will be developing a large webbased survey
(for a government institution) somewhere in Q1/Q2 of 2006. I''m
investigating the technological possibilities and Rails is certainly a
candidate. The survey application will have to perform under very high
peak load, and the exact specifications of the hardware are not known
at this point. I''m assuming
2008 Dec 26
0
[LLVMdev] [Patch] Adding unit tests to LLVM
So, any response on whether this patch is likely to be accepted? I'm
willing to substantially rework things if requested.
I should note that part of my motivation for doing this is that I have
been wanting to do some work on the various LLVM container classes;
However, I strongly feel that without some kind of unit test framework
in place such work would mostly be a waste of time.
Talin
2009 Feb 28
1
Device Drivers in xen, looking also for a white book about how xen works exactly
Hello,
I'm reading an excellent documentation about virtualisation in embedded system.
(available on open kernel labs site)
I have read these things : (It talks about managing drivers in a virtualization system)
"A straight virtualization approach can accomodate this by running the device the device driver inside the VMM. This requires porting all drivers to the hypervisor
2009 Feb 28
1
Device Drivers in xen, looking also for a white book about how xen works exactly
Hello,
I'm reading an excellent documentation about virtualisation in embedded system.
(available on open kernel labs site)
I have read these things : (It talks about managing drivers in a virtualization system)
"A straight virtualization approach can accomodate this by running the device the device driver inside the VMM. This requires porting all drivers to the hypervisor
2011 Feb 10
3
Separate access to different "folders" of the same mailbox?
Hello Timo and everyone,
I think on such an idea that may save me a bit of space and time:
in my company we have a mailbox that holds a copy of every message that
our SMTP processed. While it eats a lot of space, it saved us several
times when, you may imaging, user "suddenly" deleted the most important
message in his life and call our IT guys for help. The mailbox contains
2019 Jun 05
0
MacOS parallel::makeCluster fails
...methods base
>
> loaded via a namespace (and not attached):
> [1] compiler_3.6.0
> Any help is greatly appreciated.
> Best regards
> Dominik
>
> Dr. Dominik Leutnant
>
> Muenster University of Applied Sciences
> Department of Civil Engineering
> Institute for Infrastucture?Water?Resources?Environment (IWARU)
> WG Urban Hydrology and Water Management
> Corrensstr. 25
> FRG-48149 M?nster, Germany
>
> Tel.: +49 (0) 251/83-65274
> Fax: +49 (0) 251/83-65915
> Mail: leutnant at fh-muenster.de<mailto:leutnant at fh-muenster.de>
> Web: https...