Sha256: 36d086b4080a8380d94611a9ffbf2d069d583ee3ae04a281dc517ffc89b37835

Contents?: true

Size: 493 Bytes

Versions: 3

Compression:

Stored size: 493 Bytes

Contents

#!/usr/bin/env ruby
# ExportServer -- oddb -- 20.05.2005 -- hwyss@ywesee.com

$: << File.expand_path("../src", File.dirname(__FILE__))
$: << File.expand_path("../../..", File.dirname(__FILE__))
$: << File.expand_path("../../../src", File.dirname(__FILE__))

require 'odba'
require 'rubygems'
require 'odba_exporter'
require 'util/oddbconfig'
require 'etc/db_connection'

DRb.start_service(ODDB::EXPORT_URI, ODDB::OdbaExporter)
$0 = "Oddb (Export)"
#ODBA.cache.clean_prefetched
DRb.thread.join

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oddb.org-1.0.2 ext/export/bin/exportd
oddb.org-1.0.1 ext/export/bin/exportd
oddb.org-1.0.0 ext/export/bin/exportd