pc:ideas_diplomatura
Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
pc:ideas_diplomatura [2007/03/09 19:15] – nicolasw | pc:ideas_diplomatura [2018/08/10 03:03] (actual) – editor externo 127.0.0.1 | ||
---|---|---|---|
Línea 13: | Línea 13: | ||
=== Informativos === | === Informativos === | ||
* Nested monitor | * Nested monitor | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Línea 43: | Línea 49: | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
- | * Notar que hay opciones muy específicas como: | + | * Notar que hay opciones muy específicas |
- | -XX: | + | < |
- | Spin count variable for use with -XX: | + | -XX: |
+ | |||
+ | Spin count variable for use with -XX: | ||
+ | Controls the maximum spin iterations allowed before entering operating system thread synchronization code. (Introduced in 1.4.2.) | ||
+ | |||
+ | -XX: | ||
+ | |||
+ | Enable naive spinning on Java monitor before entering operating system thread synchronizaton code. (Relevant to 1.4.2 and 5.0 only.) [1.4.2, multi-processor Windows platforms: true] | ||
+ | </ | ||
Línea 57: | Línea 71: | ||
* Como una mala sincronización para hacer incremento atómico falla, por ejemplo '' | * Como una mala sincronización para hacer incremento atómico falla, por ejemplo '' | ||
* Usar [[http:// | * Usar [[http:// | ||
- | | + | * Mirar la implementación de esto que básicamente usa '' |
+ | | ||
+ | < | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | == DoubleCheckTest == | ||
+ | |||
+ | Bill Pugh, produjo un [[http:// | ||
+ | |||
+ | El problema es que para Java5 no saltan los errores. FIXME | ||
+ | |||
+ | |||
+ | == Lock-free, wait-free linked lists == | ||
+ | |||
+ | * //" | ||
+ | * **ABA problem**. Problema con las arquitecturas de 64bits en [[http:// | ||
+ | * FIXME Ver como es la implementación en '' | ||
+ | * Pensar en algo más global con Producer/ | ||
pc/ideas_diplomatura.1173467731.txt.gz · Última modificación: 2018/08/10 03:03 (editor externo)