站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Java Threads, Third Edition

index_S - Java Threads, Third Edition

Previous Section  < Day Day Up >   

[A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W]

scaling
    I/O servers 
    multiprocessor 
schedule( ) method 
scheduleAtFixedRate( ) method 
scheduledExecutionTime( ) method  2nd 
ScheduledThreadPoolExecutor class  2nd 
scheduling 
    implementations 
    loops 
    priorities 
    priority-based 
    tasks 
        java.util.Timer class 
        javax.swing.Timer class 
        ScheduledThreadPoolExecutor class 
    threads 
scope of locks  2nd 
ScoreLabel class 
    deadlock 
    modifying 
searching deadlocks 
security 
selecting locks 
self-scheduling 
semaphores  2nd 
send2stream( ) method 
serialization, multiprocessor scaling 
servers
    connections 
    I/O 
        interrupted 
        JDK 1.4 
    multithreaded 
    single-threaded NIO 
ServerSocket class 
servlets 
set( ) method 
setCoalesce( ) method 
setContextClassLoader( ) method 
setDaemon( ) method 
setDelay( ) method 
setDone( ) method  2nd 
setInitialDelay( ) method 
setLogTimers( ) method 
setPriority( ) method 
setRejectedExecutionHandler( ) method 
setRepeats( ) method 
sets 
setScore( ) method 
setText( ) method 
setting
    flags 
    TimeUnit values 
setup time, multiprocessor scaling 
setupDone( ) method 
shared variables  2nd 
sharing
    access (heaps) 
    data 
    race conditions 
    thread local variables 
shutdown( ) method 
shutdownNow( ) method 
signals  2nd 
simultaneous execution 
single-threaded access, pools 
single-threaded NIO servers 
single-threaded programs, parallelizing 
sizes
    pools 
    stacks 
sleep( ) method  2nd  3rd 
soft locks 
Solaris native threads 
stacks
    memory 
    size 
start( ) method  2nd 
starting threads 
startServer( ) method  2nd 
starvation, locks 
statements, reordering 
static method synchronization 
static scheduling 
stop( ) method  2nd 
stopping threads 
stopServer( ) method 
storeback variables 
strings, UTF-encoded 
subclasses 
submit( ) method 
substitution, variables 
sumValue variable 
suspend( ) method  2nd 
suspending threads 
Swing
    access 
    event-dispatching thread 
    invokeAndWait( ) method 
    invokeLater( ) method 
    long-running event callbacks 
    restrictions 
synchronization  2nd 
    accept( ) method 
    atomic variables 
    blocks  2nd 
        wait-and-notify mechanism 
    classes 
    collection classes  2nd 
    condition variables 
    contended 
    deadlock 
        detection of 
    explicit locking 
    lock starvation 
    loops 
    multiple threads 
    multiprocessor scaling 
    newCharacter( ) method 
    optimistic 
    shared variables 
    static methods 
    terminology 
    thread local variables 
    wait-and-notify mechanism 
synchronized keyword  2nd  3rd 
    blocks 
SynchronousQueue 
system-level threads 

Previous Section  < Day Day Up >