Bitcoin Forum
May 07, 2024, 09:30:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [PATCH] InitializationCompleted  (Read 1130 times)
genjix (OP)
Legendary
*
expert
Offline Offline

Activity: 1232
Merit: 1072


View Profile
February 25, 2011, 09:57:17 AM
 #1

I noticed that https://github.com/bitcoin/bitcoin hasn't had this patch merged into it,

https://github.com/genjix/spesmilo/blob/master/bitcoin.patch

I've been using this for a while and it works fine.

Can it be merged to make it into the next release please?
1715074219
Hero Member
*
Offline Offline

Posts: 1715074219

View Profile Personal Message (Offline)

Ignore
1715074219
Reply with quote  #2

1715074219
Report to moderator
1715074219
Hero Member
*
Offline Offline

Posts: 1715074219

View Profile Personal Message (Offline)

Ignore
1715074219
Reply with quote  #2

1715074219
Report to moderator
1715074219
Hero Member
*
Offline Offline

Posts: 1715074219

View Profile Personal Message (Offline)

Ignore
1715074219
Reply with quote  #2

1715074219
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715074219
Hero Member
*
Offline Offline

Posts: 1715074219

View Profile Personal Message (Offline)

Ignore
1715074219
Reply with quote  #2

1715074219
Report to moderator
1715074219
Hero Member
*
Offline Offline

Posts: 1715074219

View Profile Personal Message (Offline)

Ignore
1715074219
Reply with quote  #2

1715074219
Report to moderator
jgarzik
Legendary
*
qt
Offline Offline

Activity: 1596
Merit: 1091


View Profile
February 25, 2011, 12:30:01 PM
 #2

All this patch is doing is moving race windows around.  Currently RPC server init happens last, and that is sufficient to see that bitcoin is initialized.

Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
genjix (OP)
Legendary
*
expert
Offline Offline

Activity: 1232
Merit: 1072


View Profile
February 25, 2011, 12:41:44 PM
 #3

No it's not.

There's no way to recover if there's some error starting the RPC server. Maybe if there's a SEGV signal you can catch the return value only.

You're insisting on any wrapper around the bitcoin core to use hacks to implement incomplete functionality.
genjix (OP)
Legendary
*
expert
Offline Offline

Activity: 1232
Merit: 1072


View Profile
March 10, 2011, 06:17:39 PM
 #4

Once a process realises that something is going on which should not, the process shall just log it, die gracefully and let OS and sysadmins  deal with it. Anything more than that is bloatware.

And that has what to do with this patch.......?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!