-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
?SPARC T4???????????????·??????? Netra SPARC T4-1 ???? Netra SPARC T4-2 ?2012?1?10??????????3?15??????????????(????)
?????????? Netra SPARC T4-1 ? 4core ???( T4 ???????? 4core ???)(*)???????????????????????????(*)( Netra SPARC T4-1 ?????? 4core ???? 8core ????????)
??? prtdiag ????? pginfo…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
The Oracle TimesTen In-Memory Database is
optimized to run on Oracle's SPARC T4 processor platforms
running Oracle Solaris 11 providing
unsurpassed scalability, performance, upgradability,
protection of investment
and return on investment.
The following demonstrate the value of combining
Oracle…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
?? 2011 ? 9 ?? SPARC T4 CPU ???????? SPARC T4 ????????????????2011??10??????????????????????????
????????????????????SPARC T4 ?????????????????????????????????????????????????????????? SPARC T4 CPU ???? SPARC T4 ??????????????????????????????????
??????????????????????4/4, 4/5, 4/6 ? 3???…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
CVE DescriptionCVSSv2 Base ScoreComponentProduct and Resolution
CVE-2009-0021 Improper Authentication vulnerability
5.0
Firmware
SPARC T3-4
SPARC: 147317-01
SPARC T3-2
SPARC: 147316-01
SPARC T3-1B
SPARC: 147318-01
SPARC T3-1
SPARC: 147315-01
Netra SPARC T3-1B
SPARC: 147320-01
Netra SPARC T3-1
SPARC:…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Today at the Mobile World Congress 2011, Oracle announced two new carrier-grade NEBS Level 3- certified servers: Oracle’s Netra SPARC T3-1 rackmount server and Oracle’s Netra SPARC T3-1BA ATCA blade server bringing the performance, scalability and power efficiency of the newest SPARC T3 processor…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
In this blog post I show the full stack tracing of Brendan Gregg's
php_syscolors.d script in the DTrace
Toolkit. The Toolkit contains a dozen very useful PHP DTrace
scripts and many more scripts for other languages and the OS.
For this example, I'll trace the PHP micro framework Silex, which…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
is it possible to write a single character using a syscall from within an inline assembly block? if so, how? it should look "something" like this:
__asm__ __volatile__
(
" movl $1, %%edx \n\t"
" movl $80, %%ecx \n\t"
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
im trying find out substring and first occurrence indices. but something wrong. im comparing each element of pattern array and each element of string array until pointer reach to '\0'. and if any characater found it keep in temp array. and increasing pointers +1. whats the problem. algorithm is totaly…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to implement a syscall in Linux (RedHat Enterprise 8) and I'm a bit confused about the way it works. From what I understand, I implement a wrapper in user mode which puts the syscall number in eax and parameters in ebx, ecx, edx, etc, and then invokes int 0x80 which calls the appropriate…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm writing a MIPS assembly code that will ask the user for the file name and it will produce some statistics about the content of the file.
However, when I hard code the file name into a variable from the beginning it works just fine, but when I ask the user to input the file name it does not work…
>>> More