Paketname | libst-dev |
Beschreibung | State Threads Library - Development files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.9-3 |
Sektion | universe/libdevel |
Priorität | optional |
Installierte Größe | 356 Byte |
Hängt ab von | libst1 (= 1.9-3), libc6-dev |
Empfohlene Pakete | pkg-config |
Paketbetreuer | Ubuntu Developers |
Quelle | st |
Paketgröße | 74078 Byte |
Prüfsumme MD5 | 3ef9d3ec723623faea32a3b75306ccb8 |
Prüfsumme SHA1 | 4b9cab42e79867f76f179b7ea1d08c76b3b1ab7a |
Prüfsumme SHA256 | 2c581a34d3148e62a2614bb0cd466f93415eecec8bf9fd3372104ebccb92b8bf |
Link zum Herunterladen | libst-dev_1.9-3_i386.deb |
Ausführliche Beschreibung | The State Threads library has an interface similar to POSIX threads.
.
However, the threads are actually all run in-process. This type of
threading allows for controlled schedualing points. It is highly useful
for designing robust and extremely scalable internet applications since
there is no resource contention and locking is generally unnecessary.
.
It can be combined with traditional threading or multiple process
parallelism to take advantage of multiple processors.
.
This package contains the development files for compiling programs.
|