• Stars
    star
    2
  • Language
    Python
  • Created about 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

1. En máquinas independientes Implementar 1 servidor y como mínimo 2 clientes utilizando hilos.2. Teniendo la configuración del punto anterior implementar el algoritmo Berkeley para sincronización de relojes(los clientes se deben sincronizar con el servidor, puede ser una marca de reloj lógica).3. Implementar una RPC donde el servidor ofrezca 3 tipos de servicios:a. Factorialb. Potenciac. Invertir matriz (se debe hacer con la técnica de copia restauración).En cada caso anterior el cliente debe enviar los respectivos parámetros.