Displaying 5 results from an estimated 5 matches for "kasenna".
2002 Nov 18
0
Spark Press Release
...ch agreement of supplying to supply
its product offering to over 8000 residents in Nevada.
Fiber agreements have been signed with over 12
regional and long haul carriers in all areas of the United
States.
With A Little Help From Our Friends
Spark owes a debt of gratitude to Sun Microsystems,
Kasenna, Harmonic Divicom, Pace Micro and AT&T, all
who have supported Spark's efforts from day one.
Without the participation of these companies, this
pioneering venture would not have been possible. We
thank them deeply.
Spark looks forward to the next year. It anticipates
that it will have...
2000 Dec 15
2
MOre streaming media to ponder
...n later.
INTERNET STREAMING MEDIA ALLIANCE FORMED
Posted at December 12, 2000 09:20 AM Pacific
IN AN EFFORT to create a single standard for media
streaming over the Internet, five companies on Tuesday
announced the founding of the Internet Streaming Media
Alliance (ISMA).
Apple Computer, Cisco, Kasenna, Philips Electronics and
Sun Microsystems announced the founding of ISMA,
saying they are joining forces to promote open
standards for developing end-to-end media streaming
solutions over IP (Internet protocol). The founders
believe their collaboration will accelerate adoption
of open standards and...
2005 Apr 25
0
[LLVMdev] can bc/asm carry enough type info for C/C++ compiler/interpreter?
On Mon, 25 Apr 2005, Misha Brukman wrote:
>> But since llvm's type system is meant to be lang indep the best we can
>> do is to make debugging info descriptive enough for future
>> compilations, is this correct?
> That sounds about right. Another issue is that currently, aggressive
> optimizations change the code substantially and if there were increased
> debug
2005 Apr 25
2
[LLVMdev] can bc/asm carry enough type info for C/C++ compiler/interpreter?
I am asking this question to see if it is possible or desirable to build a compilation/runtime system for C/C++ that can support the following:
1. allow bc to call native (in dynamically loaded *.so)
2. allow native to call bc (through JIT or interpreter)
3. can compile/interpret C/C++ sources _BASED_ on type info in precompiled bc
Motivation:
The class files produced by the java compiler
2008 Jun 04
1
OCFS2 and direct-io writes
I am looking at possibility of using OCFS2 with an existing application that
requires very high throughput for read and write file access.
Files are created by single writer (process) and can be read by multiple reader,
possibly while the file is being written. 100+ different files may be written
simultaneously, and can be read by 1000+ readers.
I am currently using XFS on a local filesystem,