edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] One program Two processes
@ 2015-12-23 15:09 Karl Dahlke
  2015-12-23 18:45 ` Adam Thompson
  0 siblings, 1 reply; 16+ messages in thread
From: Karl Dahlke @ 2015-12-23 15:09 UTC (permalink / raw)
  To: Edbrowse-dev

this is an incremental step.
Moving towardes a merged solution with one instance of curl,
one set of cookies etc,
there is now just one executable, edbrowse,
which runs as either edbrowse or edbrowse-js depending on its name.
Like gawk and awk in /bin
So still two processes, same interface, same pipes
and messages, same communication, but one target
that is linked to both names.
Eventually edbrowse will spin off js as a thread,
not a fork exec of the same program under a different name,
and then we won't have to worry about replicating or losing cookies etc.
Will also smooth out the differences between linux and windows,
which are considerable any time you say the words fork exec.

Chris I have not touched CMakeLists, could you modify it
to behave the way the makefile does, i.e. no edbrowse.lib
and cp edbrowse edbrowse-js
We have to copy in windows I suppose, no symbolic link,
but this is all temporary anyways, as we eventually won't need edbrowse-js,
so no matter.

Karl Dahlke

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-12-26 15:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-23 15:09 [Edbrowse-dev] One program Two processes Karl Dahlke
2015-12-23 18:45 ` Adam Thompson
2015-12-23 19:07   ` Karl Dahlke
2015-12-23 19:59   ` Chris Brannon
2015-12-23 20:44     ` Karl Dahlke
2015-12-24 11:19       ` Adam Thompson
2015-12-24 13:15         ` Karl Dahlke
2015-12-24 18:39           ` Adam Thompson
2015-12-25  2:29             ` Karl Dahlke
2015-12-25 23:18               ` Adam Thompson
2015-12-25 23:51                 ` Karl Dahlke
2015-12-26  9:11                   ` Adam Thompson
2015-12-26 13:36                     ` Karl Dahlke
2015-12-26 15:10                       ` Adam Thompson
2015-12-26 15:23                         ` Karl Dahlke
2015-12-26 15:40                           ` Adam Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).