Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (58)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4947)

  • tls_gnutls : fix hang on disconnection

    14 juin 2015, par wm4
    tls_gnutls : fix hang on disconnection
    

    GNUTLS_SHUT_RDWR means GnuTLS will keep waiting for the server’s
    termination reply. But since we don’t shutdown the TCP connection at
    this point yet, GnuTLS will just keep skipping actual data from the
    server, which basically is perceived as hang.

    Use GNUTLS_SHUT_WR instead, which doesn’t have this problem.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/tls_gnutls.c
  • tls_gnutls : fix hang on disconnection

    13 juin 2015, par wm4
    tls_gnutls : fix hang on disconnection
    

    GNUTLS_SHUT_RDWR means GnuTLS will keep waiting for the server’s
    termination reply. But since we don’t shutdown the TCP connection at
    this point yet, GnuTLS will just keep skipping actual data from the
    server, which basically is perceived as hang.

    Use GNUTLS_SHUT_WR instead, which doesn’t have this problem.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/tls_gnutls.c
  • tls_gnutls : fix hang on disconnection

    14 juin 2015, par wm4
    tls_gnutls : fix hang on disconnection
    

    GNUTLS_SHUT_RDWR means GnuTLS will keep waiting for the server’s
    termination reply. But since we don’t shutdown the TCP connection at
    this point yet, GnuTLS will just keep skipping actual data from the
    server, which basically is perceived as hang.

    Use GNUTLS_SHUT_WR instead, which doesn’t have this problem.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/tls_gnutls.c