Is SOAP considered a viable comms method for local processes as an
> alternative to D-BUS, DCOP, etc? I am worried that it's just to slow and
> if I commit to using it that in the future I will realise it doesn't scale
> up.
How can we answer that when we don't know how fast you need it to be? KDE
tried using CORBA for IPC, and that was too slow. SOAP is much slower than
CORBA (at least with good ORBs). But whether it's too slow or not is
impossible to say.
If you're worried, apply a strategy pattern with a factory class and make it
easy for you to switch to another IPC layer later.
If you have application distributed through Apple appstore or Testflight you should be able to get automatic crash reports by opening XCode/Window/Organizer menu, then select app and go to Crashes tab. If crashes are not symbolicated you can symbolicate them manually by: 1. In organizer, call for context menu by pressing on crash log call stack section 2. Select "show in finder ..." menu item 3. Navigate up to ~/Library/Developer/Xcode/Products/ [app bundle id]/ [app version]/Crashes/Appstore/ 4. Copy debug symbols there: 5. Go back to Organizer and select "Resymbolicate" context menu item on call stack area. Now you should be able to see symbolicated log. Works for me on XCode 10 and Testflight.
Коментарі
Дописати коментар