~pbms-core/pbms/5.11-beta

54 by barry_leslie
Internal name changes from MyBS to PBMS.
1
Media Streaming for MySQL
1 by paul-mccullagh
Initial import
2
========================
3
54 by barry_leslie
Internal name changes from MyBS to PBMS.
4
Media Streaming for MySQL (PBMS) provides the infrastructure for streaming BLOB data directly in and out of a MySQL table. The PBMS engine is "pluggable", which means that it can be loaded dynamically by MySQL at runtime.
5
135 by Barry.Leslie at PrimeBase
Updates for release v0.5.09
6
PBMS provides a server-side "streaming API". When this API is supported by a MySQL storage engine, then the engine is said to be "streaming enabled". Any tables created by a streaming enabled engine are referred to as streaming enabled tables. The BLOB data stored in streaming enabled tables can be uploaded and downloaded using HTTP.
54 by barry_leslie
Internal name changes from MyBS to PBMS.
7
8
For this purpose, the PBMS engine includes a lightweight HTTP server. The port of the Media Streaming engine can be specified by setting "pbms_port" system variable on the mysqld command line. By default the port is 8080.
9
10
Please refer to the documentation for more details and examples of how to use the Media Streaming engine:
1 by paul-mccullagh
Initial import
11
12
http://www.blobstreaming.org/documentation
13
14
This package includes the complete source code for the engine. Although this is a standalone project it must be built against a compiled version of the MySQL 5.1 source tree, because it references headers files used internally by the server.
15
16
How to build and install the engine is described in the INSTALL file.
17
18
Bug reports, questions and comments can be sent directly to me.
19
20
Thanks for your support!
21
58 by Barry.Leslie at PrimeBase
Fixed some warning messages. Removed reference to udf_ms.h from src/MakeFile.am.
22
Barry Leslie
23
PrimeBase Technologies GmbH
24
barry.leslie@primebase.com
1 by paul-mccullagh
Initial import
25
www.blobstreaming.org
26