edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Adam Thompson <arthompson1990@gmail.com>
To: Karl Dahlke <eklhad@comcast.net>
Cc: Edbrowse-dev@lists.the-brannons.com
Subject: Re: [Edbrowse-dev] Where are we with AJAX and js engines?
Date: Fri, 15 Apr 2016 20:50:01 +0100	[thread overview]
Message-ID: <20160415195001.GB3443@122oven.adamthompson.me.uk> (raw)
In-Reply-To: <20160309082754.eklhad@comcast.net>

[-- Attachment #1: Type: text/plain, Size: 3174 bytes --]

On Sat, Apr 09, 2016 at 08:27:54AM -0400, Karl Dahlke wrote:
> > What's most important and
> > whos doing what currently?
> 
> I'm afraid I'm doing not a damn thing, as my mother is dying,
> my wife is in a cast and even the slightest household task requires
> the coordinated efforts of the two of us,
> my son's emotional issues never seem to end, my daughter is flirting with
> homelessness and destitution again,
> dragging her son down with her,
> and my wife and I will soon need to move again, as this was my Mom's house
> and is underwater so the bank will glom onto it.

Sorry to hear all that.

> If any one else wants to work on edbrowse I'd be happy to direct / advise;
> that's probably all I can do for the foreseeable future.
> 
> As for priority, I continue to suggest the find&fix method,
> what can't people run, like google groups or github etc, why,
> and is it really requiring a complex system like ajax or is it something silly
> like a missing dom object?
> I say that only because I tend to be user driven, market driven,
> and Adam generally is not, design it all to work as it should
> from the get-go, and that's good, if we all have the time.
> So I don't know.

To a point I want to design things right from the get-go but if we can fix
things easily then we should.  We certainly need to continue to fix up our DOM
whatever we end up doing with our js implementation.

> Love you all and glad you're on my team.
> 
> Ok, here's a thought.
> I think the next step is separating the curl stuff out into its own curl
> server process,
> 
> edbrowse --mode curl
> 
> See main.c line 550.
> This would render almost no change from the user's perspective,
> but would seem to be necessary for future things to work right.
> I think we were talking about this when everyone went into hiatus
> for various reasons.
> I proposed a series of messages back and forth between user edbrowse and edbrowse curl,
> to fetch data and coordinate cookies and certificates and the like.
> I'll seee if I can find that thread.
> One curl server per user, so that parallel instances of edbrowse
> would not access and clobber the same cookie jar.
> I've done this experiment: edbrowse in two different consoles,
> 1 reads website A, 2 reads website B,
> 1 exits and writes the jar, 2 exits and writes the jar,
> cookies from site A are gone.
> This is a big job, a necessary job,
> a job that lays some ipc groundwork,
> but not as big as asynchronous js and some of the other
> things we're flirting with.

Agreed.  From experience with our current IPC I suggest really looking at
making it as async as possible since there are a number of instances where I
find myself having to kill edbrowse-js because it goes into some infinite loop
or something, blocking the browser.  We also need to do that in the curl process
because we need to be able to multiplex downloads in some way.

I'd quite like to look at this if I have time.  I may need a hand (Chris?) with
the details of curl_multi and curl_shared etc though.  Having said that, if
anyone wants to take it they're welcome.

Cheers,
Adam.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-04-15 19:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-09  8:10 Adam Thompson
2016-04-09 12:27 ` Karl Dahlke
2016-04-15 19:50   ` Adam Thompson [this message]
2016-04-11  2:09 ` [Edbrowse-dev] AJAX and iframes Kevin Carhart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160415195001.GB3443@122oven.adamthompson.me.uk \
    --to=arthompson1990@gmail.com \
    --cc=Edbrowse-dev@lists.the-brannons.com \
    --cc=eklhad@comcast.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).