Subject | Re: [Firebird-Java] Firebird as backing store for queue (was: Possible bug in ...) |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-08-13T08:03:46Z |
> This is really a new topic, so I'm renaming the thread :o)Yes.
> Is the url for using embedded
> jdbc:firebirdsql:embedded:<<localDatabasePath>>?
> I was under the impression that embedded did not allow concurrentNo, it allows concurrent connections. However, embedded on Linux (at leaast
> connections.
for FB 1.5.x) requires more synchronization - one thread per library at a
time. Embedded for Windows allows one thread per connection at a time.
Vulcan should relieve the Linux requirements.
> I would say that Firebird has proven itself as a usable back end forYou have to check the performance degradation with a time. The garbage
> this sort of application.
collection is an important issue. So let your system run for few hours and
then check it again.
> My ulterior motive is to ultimately convince people that a persistentJust create a plugin for ActiveMQ and you're done :)
> queueing model embedded as a service in the Firebird engine would be
> useful and desirable, once Firebird's architecture has proven itself for
> the task. I am not out to specifically produce another JMS
> implementation, although that might be one stop along the way.
Roman