Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-14 Thread Ivan Arabadzhiev
;( So ... perhaps it's not expected in 2.5 either ... will try to throw my code against 3.0 to see if/how it works(the final combo I had problem with was also stopping 1 byte too early) but an unusually long week is coming. In case you have the time https://drive.google.com/folderview?id=0BxNlh1_C

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-14 Thread Ivan Arabadzhiev
As for the data - just remove the "if(verbose)" part and use the same SRB - that finally did it for me. 2016-03-14 11:05 GMT+02:00 Ivan Arabadzhiev : > Trust me on this one, Jiri - I did extensive testing :) > > https://groups.yahoo.com/neo/groups/Firebird-Java/conversations/m

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-14 Thread Ivan Arabadzhiev
Trust me on this one, Jiri - I did extensive testing :) https://groups.yahoo.com/neo/groups/Firebird-Java/conversations/messages/11168 has a paragraph on what I hit. Granted, I have not tested the .Net code as much (unfortunately the project sort of died) but I did scratch my head a lot with Jaybir

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-14 Thread Ivan Arabadzhiev
Hi Jiri, Did you look at my explanation on the difference in .Net between verbose and non-verbose restores (I hit the same sort of problem while implementing it in Jaybird). In short - you need to be passing isc_info_svc_line either way. Don't know if it's expected or not, but at least on 2.5 you '

[Firebird-devel] Streaming backups with Jaybird?

2015-11-07 Thread Ivan Arabadzhiev
Hi everyone, For a number of reasons I'm interested in the concept and even looked at the possibility of adding a FBStreamingBackupManager (or something like that) but I'm not currently exactly sure where/how that should happen and for the moment don't have the extra time. What did occur to me is t

Re: [Firebird-devel] Number of connections to DB

2015-08-21 Thread Ivan Arabadzhiev
Why not setup a dummy db with triggers on connect/disconnect? Whether they update a count field or log the event - it should be fast enough for the purpose. 2015-08-21 14:05 GMT+03:00 Jiří Činčura : > Hi *, > > Is there a way to somewhat get a number of connections to given database > that's alwa

Re: [Firebird-devel] Insecure hashing and encryption in Firebird 3

2015-07-27 Thread Ivan Arabadzhiev
Peshkoff : > On 07/26/2015 10:00 PM, Ivan Arabadzhiev wrote: > > Personally, I've recently started using (mostly for kicks) things like > > https://en.wikipedia.org/wiki/Scrypt > > https://en.wikipedia.org/wiki/Bcrypt > > https://en.wikipedia.org/wiki/PBKDF2 > >

Re: [Firebird-devel] Insecure hashing and encryption in Firebird 3

2015-07-26 Thread Ivan Arabadzhiev
Personally, I've recently started using (mostly for kicks) things like https://en.wikipedia.org/wiki/Scrypt https://en.wikipedia.org/wiki/Bcrypt https://en.wikipedia.org/wiki/PBKDF2 I suppose the option to tune them in the future (or even introduce a configurable parameter) is also a plus. 2015-07

Re: [Firebird-devel] code quality and strange comments

2015-07-15 Thread Ivan Arabadzhiev
https://s-media-cache-ak0.pinimg.com/736x/27/69/8a/27698a48b044a7f8d46ccb4e5974d38d.jpg :) 2015-07-15 17:19 GMT+03:00 Jiří Činčura : > > Any of these comments are not compiling? > > I think he's not worried about the comments themselves. But about what > these are talking about. I'm pretty sure y

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Ivan Arabadzhiev
You`re welcome James :) 2015-03-10 16:06 GMT+02:00 James Starkey : > I didn't know about that. I'm in love! > > > On Tuesday, March 10, 2015, Ivan Arabadzhiev wrote: > >> Personally, I used https://code.google.com/p/gitextensions/ back when I >> was on a W

Re: [Firebird-devel] Commits visible in our main page.

2015-03-10 Thread Ivan Arabadzhiev
Personally, I used https://code.google.com/p/gitextensions/ back when I was on a Windows/VS environment, and was really happy with it. 2015-03-10 15:37 GMT+02:00 Michal Kubecek : > On Tue, Mar 10, 2015 at 02:16:26PM +0100, Dimitry Sibiryakov wrote: > > 10.03.2015 14:11, Omacht András wrote: > > >

Re: [Firebird-devel] Multiple instances under windows (was Re: UsingFirebird 3, beta 1 - installer report)

2014-10-28 Thread Ivan Arabadzhiev
Agreed Personally, I think production "servers" shouldn`t be running as an application in the first place. If anyone needs it - they should know how to switch. 2014-10-27 23:25 GMT+02:00 Dmitry Yemanov : > 27.10.2014 19:58, Paul Reeves wrote: > > >> What is - currently - the reason to keep suppor

[Firebird-devel] [FB-Tracker] Created: (CORE-4467) MODIFY RDB$INDICES failed internal Firebird consistency check (CCH_precedence: block marked (212), file: cch.cpp line: 4390) ---> unsuccessful metada

2014-06-20 Thread Ivan Arabadzhiev (JIRA)
i5-2400 CPU, SSD Corsair Force3, FB SC Reporter: Ivan Arabadzhiev Recently (last month or so) started getting this error on a relatively big database (18 GB, personally I don`t have anything else even close). Unfortunately, I cannot produce a test case. I have backup/restored

[Firebird-devel] [FB-Tracker] Created: (CORE-4442) Make it possible to use API to do remote Nbackups

2014-05-28 Thread Ivan Arabadzhiev (JIRA)
/ Client Library, NBACKUP Reporter: Ivan Arabadzhiev I figure the concept from http://tracker.firebirdsql.org/browse/CORE-2666 should be applicable to nbackups and should be implementable in basically the same way. Restoring should also be possible but I guess it will be a bit

[Firebird-devel] [FB-Tracker] Created: (CORE-3995) Slight problem with GBAK parameter checking

2012-11-25 Thread Ivan Arabadzhiev (JIRA)
Affects Versions: 2.5.2 Environment: Linux x86_x64 Reporter: Ivan Arabadzhiev Priority: Minor Up to Fb 2.5.1 I had the following crontask running to backup without a temporary file /opt/firebird/bin/gbak -IG -E -USER $USERNAME -PASSWORD $PASSWORD -V -Y

Re: [Firebird-devel] True SMP support in SuperClassic and V3

2012-11-12 Thread Ivan Arabadzhiev
I might have a theory on that subject. With HT you share the same execution blocks among two pipelines (meaning you are trying to balance twice as many threads/instructions and so on, without increasing reorder caches/registers/data and instruction caches and other important factors). On a

[Firebird-devel] [FB-Tracker] Created: (CORE-3904) Firebird 2.1 would not always flush generator values

2012-08-21 Thread Ivan Arabadzhiev (JIRA)
: Engine Affects Versions: 2.1.4 Environment: Windows XP, 32 bit. Database is on a Kingston SSD with disabled caching; forced writes=on. Reporter: Ivan Arabadzhiev Priority: Minor I have this database which gets corrupted for the 3rd time in a row in exactly the