Discussion:
comando para apagar el servidor
Damián Tomey Soto
2011-07-05 16:57:58 UTC
Permalink
hola comunidad, estoy elaborando un procedimiento y necesito documentar como
apagar mis servidores Debian en modo consola, el comando que utilizo es
halt, díganme si estoy en lo correcto porque estaba leyendo en la web que
existen poweroof y shutdown.

gracias.
Nelson Pimienta
2011-07-05 16:25:46 UTC
Permalink
no estoy seguro de hal, pero el que yo uso es poweroff.
Saludos
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito
documentar como apagar mis servidores Debian en modo consola, el
comando que utilizo es halt, díganme si estoy en lo correcto porque
estaba leyendo en la web que existen poweroof y shutdown.
gracias.
______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l
el halt no lo conozco puedes usar shutdown o init 0 para apagar los
servidores ;-)
--
========================
Nelson Pimienta
Admin de Red CNEART
Telef: 202-2326 / Ext. 115
Blog:http://swlcuba.cz.cc
OS: GNU/Linux ArchLinux
# uname -snrmvo
Linux huracan 2.6.39-ARCH #1 SMP PREEMPT Tue Jun 7 05:49:02 UTC 2011
i686 GNU/Linux
========================
------------ próxima parte ------------
A non-text attachment was scrubbed...
Name: 0xF069B678.asc
Type: application/pgp-keys
Size: 1695 bytes
Desc: no disponible
URL: <http://listas.jovenclub.cu/pipermail/gutl-l/attachments/20110705/9ea74e87/attachment.key>
Yoel Villarreal
2011-07-05 15:31:59 UTC
Permalink
Post by Nelson Pimienta
no estoy seguro de hal, pero el que yo uso es poweroff.
Saludos
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito
documentar como apagar mis servidores Debian en modo consola, el
comando que utilizo es halt, díganme si estoy en lo correcto porque
estaba leyendo en la web que existen poweroof y shutdown.
gracias.
______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l
el halt no lo conozco puedes usar shutdown o init 0 para apagar los
servidores ;-)
siempre he usado halt y me va bien...
--
Yoel Villarreal <yoelvd-***@public.gmane.org>
Division Centro, TRD Caribe
Damián Tomey Soto
2011-07-05 16:57:30 UTC
Permalink
hola comunidad, estoy elaborando un procedimiento y necesito documentar como apagar mis servidores Debian en modo consola, el comando que utilizo es halt, díganme si estoy en lo correcto porque estaba leyendo en la web que existen poweroof y shutdown.

gracias.
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.jovenclub.cu/pipermail/gutl-l/attachments/20110705/e8dab697/attachment.htm>
Damián Tomey Soto
2011-07-05 17:34:32 UTC
Permalink
con halt se apagan

----- Original Message -----
From: "Juan Carlos" <jchernandez-***@public.gmane.org>
To: "Lista cubana de soporte técnico en Tecnologias Libres"
<gutl-l-***@public.gmane.org>
Sent: Tuesday, July 05, 2011 11:15 AM
Subject: Re: [Gutl-l] comando para apagar el servidor
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito documentar
como apagar mis servidores Debian en modo consola, el comando que utilizo
es halt, díganme si estoy en lo correcto porque estaba leyendo en la web
que existen poweroof y shutdown.
gracias.
______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l
el halt no lo conozco puedes usar shutdown o init 0 para apagar los
servidores ;-)
--
Juan Carlos Hernández Gallardo
Administrador de Redes
Ministerio de Finanzas y Precios
Nodo - Ciego de Ávila
Email: jchernandez-***@public.gmane.org
Telef: 0133-224712
Juan Carlos
2011-07-05 16:58:25 UTC
Permalink
Post by Damián Tomey Soto
con halt se apagan
----- Original Message ----- From: "Juan Carlos"
To: "Lista cubana de soporte técnico en Tecnologias Libres"
Sent: Tuesday, July 05, 2011 11:15 AM
Subject: Re: [Gutl-l] comando para apagar el servidor
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito
documentar como apagar mis servidores Debian en modo consola, el
comando que utilizo es halt, díganme si estoy en lo correcto porque
estaba leyendo en la web que existen poweroof y shutdown.
gracias.
______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l
el halt no lo conozco puedes usar shutdown o init 0 para apagar los
servidores ;-)
macho ya te digo que no se nunca lo he usado yo uso init 0 o shutdown
--
Juan Carlos Hernández Gallardo
Administrador de Redes
Ministerio de Finanzas y Precios
Nodo - Ciego de Ávila
Email: jchernandez-***@public.gmane.org
Telef: 0133-224712
Ernesto Acosta
2011-07-05 17:20:57 UTC
Permalink
No sé la diferencia entre cada uno de ellos (halt, poweroff, shutdown),
lo que sí se, es que todos hacen lo mismo: Apagan el equipo. Ahora, con
Shutdown se puede lograr cosas interesantes, que no sé si puedan hacer
con los demás, ejemplo:

shutdown -h -t: 30

:D
--
Saludos: *Ernesto Acosta*
/Linux Registered User:/ *3468707*
Daymel Bonne Solís
2011-07-05 17:11:01 UTC
Permalink
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito
documentar como apagar mis servidores Debian en modo consola, el
comando que utilizo es halt, díganme si estoy en lo correcto porque
estaba leyendo en la web que existen poweroof y shutdown.
# shutdown -h now

El comando shutdown tiene otras opciones, para verlas:
# man shutdown
--
Saludos, Bonne
Yoel Villarreal
2011-07-05 16:17:45 UTC
Permalink
Post by Daymel Bonne Solís
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito
documentar como apagar mis servidores Debian en modo consola, el
comando que utilizo es halt, díganme si estoy en lo correcto porque
estaba leyendo en la web que existen poweroof y shutdown.
# shutdown -h now
# man shutdown
too much writing ... I only type 4 keys (halt) and done ;)
--
Yoel Villarreal <yoelvd-***@public.gmane.org>
Division Centro, TRD Caribe
Juset Castañeda Alonso
2011-07-05 13:38:12 UTC
Permalink
Post by Yoel Villarreal
Post by Daymel Bonne Solís
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito
documentar como apagar mis servidores Debian en modo consola, el
comando que utilizo es halt, díganme si estoy en lo correcto porque
estaba leyendo en la web que existen poweroof y shutdown.
# shutdown -h now
# man shutdown
too much writing ... I only type 4 keys (halt) and done ;)
también existe init 0
--
Saludos,
Lic. Juset Castañeda Alonso
Administrador del Sistema Informático
Unidad Empresarial de Base Provari Camaguey

GNU/Linux Debian
Linux user # 383170
"El tiempo no se gasta, se gasta la vida de quien lo pierde"
Daymel Bonne Solís
2011-07-05 18:04:12 UTC
Permalink
Post by Yoel Villarreal
Post by Daymel Bonne Solís
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito
documentar como apagar mis servidores Debian en modo consola, el
comando que utilizo es halt, díganme si estoy en lo correcto porque
estaba leyendo en la web que existen poweroof y shutdown.
# shutdown -h now
# man shutdown
too much writing ... I only type 4 keys (halt) and done ;)
Regards, Yoel:

The shutdown command runs various shutdown scripts and then finally
invokes the halt command. Not running those scripts could be a problem
depending on what they do. As one example, if you are running an Oracle
database, you could lose transactions or even mangle the database. The
shutdown command can also notify the users that a shutdown is about to
happen. So yes you should use the shutdown command rather than halt. But
if you tried shutdown and it hung, a halt command is better than simply
turning off the power switch because "halt" will at least attempt to
sync the disks which is better than nothing.

The shutdown command will only result in the halt command being run if
you are halting the system. My feeling is that most shutdown commands
are to reboot the system rather than halt it. These wind up invoking
"reboot" rather than "halt". And "shutdown" is better than "reboot" for
this. Again, you want those shutdown scripts to run.
--
Saludos, Bonne
Ernesto Acosta
2011-07-05 18:01:48 UTC
Permalink
Post by Daymel Bonne Solís
Post by Yoel Villarreal
Post by Daymel Bonne Solís
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito
documentar como apagar mis servidores Debian en modo consola, el
comando que utilizo es halt, díganme si estoy en lo correcto porque
estaba leyendo en la web que existen poweroof y shutdown.
# shutdown -h now
# man shutdown
too much writing ... I only type 4 keys (halt) and done ;)
The shutdown command runs various shutdown scripts and then finally
invokes the halt command. Not running those scripts could be a problem
depending on what they do. As one example, if you are running an Oracle
database, you could lose transactions or even mangle the database. The
shutdown command can also notify the users that a shutdown is about to
happen. So yes you should use the shutdown command rather than halt. But
if you tried shutdown and it hung, a halt command is better than simply
turning off the power switch because "halt" will at least attempt to
sync the disks which is better than nothing.
The shutdown command will only result in the halt command being run if
you are halting the system. My feeling is that most shutdown commands
are to reboot the system rather than halt it. These wind up invoking
"reboot" rather than "halt". And "shutdown" is better than "reboot" for
this. Again, you want those shutdown scripts to run.
Les recuerdo que esta lista está protagonizada en su mayoría por
usuarios de habla hispana, de los cuales, no todos tienen dominio del
idioma inglés. Por favor, sus conocimientos sobre esa lengua pónganlo en
práctica en otro lugar.
--
Saludos: *Ernesto Acosta*
/Linux Registered User:/ *3468707*
Damián Tomey Soto
2011-07-05 19:17:50 UTC
Permalink
por fin es mejor shutdown que halt desde ese punto de vista?

----- Original Message -----
From: "Daymel Bonne Solís" <dbonne-***@public.gmane.org>
To: "Yoel Villarreal" <yoelvd-***@public.gmane.org>
Cc: "logias Libres" <gutl-l-***@public.gmane.org>; "Lista cubana de soporte técnico
en Tecno" <=?ISO-8859-1?Q?Lista_cubana_de_soporte_t=E9cnico_en_Tecno?=>
Sent: Tuesday, July 05, 2011 1:04 PM
Subject: Re: [Gutl-l] comando para apagar el servidor
Post by Yoel Villarreal
Post by Daymel Bonne Solís
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito
documentar como apagar mis servidores Debian en modo consola, el
comando que utilizo es halt, díganme si estoy en lo correcto porque
estaba leyendo en la web que existen poweroof y shutdown.
# shutdown -h now
# man shutdown
too much writing ... I only type 4 keys (halt) and done ;)
Regards, Yoel:

The shutdown command runs various shutdown scripts and then finally
invokes the halt command. Not running those scripts could be a problem
depending on what they do. As one example, if you are running an Oracle
database, you could lose transactions or even mangle the database. The
shutdown command can also notify the users that a shutdown is about to
happen. So yes you should use the shutdown command rather than halt. But
if you tried shutdown and it hung, a halt command is better than simply
turning off the power switch because "halt" will at least attempt to
sync the disks which is better than nothing.

The shutdown command will only result in the halt command being run if
you are halting the system. My feeling is that most shutdown commands
are to reboot the system rather than halt it. These wind up invoking
"reboot" rather than "halt". And "shutdown" is better than "reboot" for
this. Again, you want those shutdown scripts to run.
--
Saludos, Bonne
Yosle
2011-07-05 12:14:07 UTC
Permalink
Depende ...si quieres algo rapido y eficiente : halt , si quieres algo mas
sofisticado (control sobre el tiempo detencion de demonios etc) es mejor
shutdown. en realidad shutdown hace una llamada a halt.Es lo mismo
caballero.
Post by Damián Tomey Soto
por fin es mejor shutdown que halt desde ese punto de vista?
----- Original Message -----
técnico
en Tecno" <=?ISO-8859-1?Q?Lista_cubana_de_soporte_t=E9cnico_en_Tecno?=>
Sent: Tuesday, July 05, 2011 1:04 PM
Subject: Re: [Gutl-l] comando para apagar el servidor
Post by Yoel Villarreal
Post by Daymel Bonne Solís
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito
documentar como apagar mis servidores Debian en modo consola, el
comando que utilizo es halt, díganme si estoy en lo correcto porque
estaba leyendo en la web que existen poweroof y shutdown.
# shutdown -h now
# man shutdown
too much writing ... I only type 4 keys (halt) and done ;)
The shutdown command runs various shutdown scripts and then finally
invokes the halt command. Not running those scripts could be a problem
depending on what they do. As one example, if you are running an Oracle
database, you could lose transactions or even mangle the database. The
shutdown command can also notify the users that a shutdown is about to
happen. So yes you should use the shutdown command rather than halt. But
if you tried shutdown and it hung, a halt command is better than simply
turning off the power switch because "halt" will at least attempt to
sync the disks which is better than nothing.
The shutdown command will only result in the halt command being run if
you are halting the system. My feeling is that most shutdown commands
are to reboot the system rather than halt it. These wind up invoking
"reboot" rather than "halt". And "shutdown" is better than "reboot" for
this. Again, you want those shutdown scripts to run.
--
Saludos, Bonne
______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l
______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l
--
--
"La mejor forma de predecir el futuro es implementarlo"

(David Heinemeier Hansson – creador de Ruby on Rails)
KZKG^Gaara
2011-07-05 18:23:32 UTC
Permalink
Post by Yosle
Depende ...si quieres algo rapido y eficiente : halt , si quieres algo mas
sofisticado (control sobre el tiempo detencion de demonios etc) es mejor
shutdown. en realidad shutdown hace una llamada a halt.Es lo mismo
caballero.
Como mismo te serviría poweroff
Poner "poweroff" o "halt" viene siendo a efectos prácticos lo mismo.
Yosle
2011-07-05 12:26:50 UTC
Permalink
Hola lista , alguien me puede dar alguna experiencia concreta y propia de
haber usado MongoDB tomando como punto de comparacion otra BD , digamos
mysql ?
Post by KZKG^Gaara
Post by Yosle
Depende ...si quieres algo rapido y eficiente : halt , si quieres algo mas
sofisticado (control sobre el tiempo detencion de demonios etc) es mejor
shutdown. en realidad shutdown hace una llamada a halt.Es lo mismo
caballero.
Como mismo te serviría poweroff
Poner "poweroff" o "halt" viene siendo a efectos prácticos lo mismo.
______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l
--
--
"La mejor forma de predecir el futuro es implementarlo"

(David Heinemeier Hansson – creador de Ruby on Rails)
Daymel Bonne Solís
2011-07-05 18:33:31 UTC
Permalink
Post by Damián Tomey Soto
por fin es mejor shutdown que halt desde ese punto de vista?
El comando shutdownejecuta varios scripts de apagado y,
finalmente, invoca el comando halt.No ejecutar estos scripts puede ser
un problemadependiendo de lo que hacen.Por ejemplo, si está
ejecutando una base de datos Oracle, podría perder las
transacciones odestruirla base de datos.Usando el comando shutdown
también se puede notificar a los usuariosestá a punto de suceder un
cierre del sistema. Así que SIse debe utilizar el comando shutdown en
vez halt.La únicadiferencia entre comando halt y apagar el interruptor
de alimentación es que halt sincroniza los discos
--
Saludos, Bonne

------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.jovenclub.cu/pipermail/gutl-l/attachments/20110705/cfbf8a51/attachment.htm>
Adalberto Orta
2011-07-05 19:50:04 UTC
Permalink
Post by Daymel Bonne Solís
Post by Damián Tomey Soto
por fin es mejor shutdown que halt desde ese punto de vista?
El comando shutdownejecuta varios scripts de apagado y,
finalmente, invoca el comando halt.No ejecutar estos scripts puede ser
un problemadependiendo de lo que hacen.Por ejemplo, si está
ejecutando una base de datos Oracle, podría perder las
transacciones odestruirla base de datos.Usando el comando shutdown
también se puede notificar a los usuariosestá a punto de suceder un
cierre del sistema. Así que SIse debe utilizar el comando shutdown en
vez halt.La únicadiferencia entre comando halt y apagar el interruptor
de alimentación es que halt sincroniza los discos
y que me dicen del comando init 0 ???
--
Lic. Adalberto Orta Pozo
Administrador de Redes
IPI Julio Antonio Mella
Boyeros, Ciudad de la Habana
Facbook: facebook.com/adalberto.ortapozo
Linux Counter User:#468052
(http://counter.li.org/)
inf1003-LgihMPsTPyDph/
2011-07-06 14:37:28 UTC
Permalink
Salu2s listeros, recientemente descargue de el ftp de Gult el PlayOnLinux, que hasta
donde se trabaja en conjunto con el wine, este ultimo lo tengo instalado y aunque no me
pinchan todos los juegos que desearía, como por ejemplo los de 3D, los mas pequeńos si
me corren a la perfección, me imagino que esto se debe a la falta de drivers gráficos
por instalar en la pc. Bueno si alguien de ustedes tiene a mano alguna documentación al
respecto, ya sea de Wine o de PlayOnLinux, que postee por este medio o me la pueda hacer
llegar a mi pv, (Lo que sea).

Gracias de Antemano.



---
Free the Cuban Five!
http://www.injusticia.cubaweb.cu/, http://www.antiterroristas.cu/
Participe en Universidad 2012, del 13 al 17 de febrero de 2012. Habana, Cuba.
http://www.congresouniversidad.cu/
Consulte la Enciclopedia Colaborativa Cubana: http://www.ecured.cu/

______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
Gutl-***@jovenclub.cu
https://
José Carlos Pérez Batista
2011-07-07 12:36:53 UTC
Permalink
Cuando hace bastante tiempo usé Debian desde el 3.0r0 hasta el 4.0r3 siempre se tenía que usar el
*halt*, ni shutdown, ni poweroff eran los comandos (quizás había forma de implementarlos, pero nunca
lo supe). En cambio al empezar a usar el Ubuntu el comando de apagado me dí cuenta que cambiaba a
*poweroff*, ya el halt dejaba de ser el de apagado.
Por lo que creo que esta acción varía en dependencia de la distribución.
Saqué esto de wikipedia ahora:
http://es.wikipedia.org/wiki/Anexo:Comandos_linux
reboot reinicia la máquina
halt apaga el sistema
shutdown apaga el sistema
init 0 apaga la máquina
init 6 reinicia la máquina

En cambio en dicha página no viene el comando *poweroff* y sabemos que en ubuntu a consola se apaga
de esa manera.

saludos
Post by Damián Tomey Soto
por fin es mejor shutdown que halt desde ese punto de vista?
técnico en Tecno"
<=?ISO-8859-1?Q?Lista_cubana_de_soporte_t=E9cnico_en_Tecno?=>
Sent: Tuesday, July 05, 2011 1:04 PM
Subject: Re: [Gutl-l] comando para apagar el servidor
Post by Yoel Villarreal
Post by Daymel Bonne Solís
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito
documentar como apagar mis servidores Debian en modo consola, el
comando que utilizo es halt, díganme si estoy en lo correcto porque
estaba leyendo en la web que existen poweroof y shutdown.
# shutdown -h now
# man shutdown
too much writing ... I only type 4 keys (halt) and done ;)
The shutdown command runs various shutdown scripts and then finally
invokes the halt command. Not running those scripts could be a problem
depending on what they do. As one example, if you are running an Oracle
database, you could lose transactions or even mangle the database. The
shutdown command can also notify the users that a shutdown is about to
happen. So yes you should use the shutdown command rather than halt. But
if you tried shutdown and it hung, a halt command is better than simply
turning off the power switch because "halt" will at least attempt to
sync the disks which is better than nothing.
The shutdown command will only result in the halt command being run if
you are halting the system. My feeling is that most shutdown commands
are to reboot the system rather than halt it. These wind up invoking
"reboot" rather than "halt". And "shutdown" is better than "reboot" for
this. Again, you want those shutdown scripts to run.
--
##############################################################
#
# José Carlos Pérez Batista
# Lic. en Informática
# Manzanillo, Granma, Cuba
# carlospp-iy6XexzZ+***@public.gmane.org
# ppcarlitos-***@public.gmane.org
# "Es mirando hacia adelante como el ser humano crece."
# Manuel Calviño
##############################################################

--

Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona que envia este correo asume el compromiso de usar el servicio a tales fines y cumplir con las regulaciones establecidas

Infomed: http://www.sld.cu/
Alberto José García Fumero
2011-07-05 18:29:39 UTC
Permalink
Post by Daymel Bonne Solís
Post by Yoel Villarreal
too much writing ... I only type 4 keys (halt) and done ;)
The shutdown command runs various shutdown scripts and then finally
invokes the halt command. Not running those scripts could be a problem
depending on what they do. As one example, if you are running an Oracle
database, you could lose transactions or even mangle the database. The
shutdown command can also notify the users that a shutdown is about to
happen. So yes you should use the shutdown command rather than halt. But
if you tried shutdown and it hung, a halt command is better than simply
turning off the power switch because "halt" will at least attempt to
sync the disks which is better than nothing.
The shutdown command will only result in the halt command being run if
you are halting the system. My feeling is that most shutdown commands
are to reboot the system rather than halt it. These wind up invoking
"reboot" rather than "halt". And "shutdown" is better than "reboot" for
this. Again, you want those shutdown scripts to run.
<curiosidad>
¿Se puede escribir a la lista también en klingon? ;-)
</curiosidad>
--
M.Sc. Alberto García Fumero
Usuario Linux 97 318
Las autoridades sanitarias advierten:
El uso prolongado de Windows puede provocar dependencia.


--
Todos los mensajes enviados por este servidor han sido revisados con ClamAV en Partagas y se consideran limpios.
Juan Carlos
2011-07-05 16:15:27 UTC
Permalink
Post by Damián Tomey Soto
hola comunidad, estoy elaborando un procedimiento y necesito
documentar como apagar mis servidores Debian en modo consola, el
comando que utilizo es halt, díganme si estoy en lo correcto porque
estaba leyendo en la web que existen poweroof y shutdown.
gracias.
______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l
el halt no lo conozco puedes usar shutdown o init 0 para apagar los
servidores ;-)
--
Juan Carlos Hernández Gallardo
Administrador de Redes
Ministerio de Finanzas y Precios
Nodo - Ciego de Ávila
Email: jchernandez-***@public.gmane.org
Telef: 0133-224712
Yosle
2011-07-05 12:28:17 UTC
Permalink
Hola lista , alguien me puede dar alguna experiencia concreta y propia de
haber usado MongoDB tomando como punto de comparacion otra BD , digamos
mysql ?
--
"La mejor forma de predecir el futuro es implementarlo"

(David Heinemeier Hansson – creador de Ruby on Rails)
--
--
"La mejor forma de predecir el futuro es implementarlo"

(David Heinemeier Hansson – creador de Ruby on Rails)
Mario Raúl Rico
2011-07-05 20:13:00 UTC
Permalink
por ejemplo: mongoDB pertenece al movimiento NoSQL lo cual se deduce que
no es una base de datos relacional por lo que la hace un poco mas veloz
que mysql, está concebida para cantidades brutas de datos, entre otras
características, pero si no expones con qué objetivo la vas a usar no se
te puede dar una comparación :-(
Post by Yosle
Hola lista , alguien me puede dar alguna experiencia concreta y propia de
haber usado MongoDB tomando como punto de comparacion otra BD , digamos
mysql ?
--
La amistad es tan improbable como un sueño, tan absurda como la luna de miel de un saltamontes, y tan verdadera como el sencillo corazón de un niño.
Loading...