Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (18180)

  • Anomalie #2542 : forum interne

    8 mars 2012, par christophe ulmer

    avec sqlite3 , cela fonctionne

  • What are the bad things that V8 Memory limitation can cause in a Node.js app ?

    9 octobre 2014, par scaryguy

    I’ve read several things about V8 Memory Limitation. Alas, I’m still not clear with it. Maybe it’s clear but I don’t want to believe. Here is my question :

    I have a Node.js application which will be hosted in a single physical server. This app will basically be an interface for some video related CPU and RAM heavy jobs. For example, I use FFMPEG to transcode videos within this application. And when doing this, I use child_processes of Node. Especially .spawn.

    My question is ;
    Since I’m running CPU and RAM intensive jobs inside a child_process, will I hook up to V8 Memory Limit (in a properly set 64bit system it’s 1.7GB) ?

    Because my FFMPEG processes will exhaust almost all resources of the server in production. Depending on the server configuration, it may use even 32GB of ram and tens of virtual CPU cores.

    I think I need some explanation on how child_processes work.

    Thank you

  • Evolution #4333 (En cours) : Loger les job mort

    13 mai 2019, par jluc -

    Il arrivent que les jobs "meurent au combat", ainsi que l’indique le code pour cause de timeout ou autre erreur fatale : https://core.spip.net/projects/spip/repository/entry/spip/ecrire/inc/queue.php#L497

    Il vaut mieux s’en apercevoir !!!

    Le patch https://git.spip.net/SPIP/spip/pulls/6 loge ces jobs morts.