On Thu, Jul 17, 2025 at 04:55:53PM +0100, Martin Baker wrote:
> OK, thanks, its good to know the existing functionality (the parts that I
> use) will still work on platforms that will be moving to Wayland.
> 
> Just for my own curiosity, can I just check I understood what you are
> saying. This boot code that is being is being translated to SPAD does the
> following:
> 
> library ---> database ----> Local HTML API (simple searches)
> source       tables
> code           +----------> FRICASsys ---> on-line HTML API
>                                            (complex searches)
> 
> Does the new SPAD code run on the local server or does it run in the server?
> 
> When finished, will any of this still require graphics acceleration
> (X11/Wayland) on the local computer?
> 
> I don't totally understand how much of this is moving to FRICASsys, which
> presumably is a university server currently running the Wiki.
> Does the top set of arrows run on my local computer at compile time?
> 
> Please don't interpret my curiosity as a criticism, I think its great that
> you are moving boot code to SPAD. I would just be concerned if, at least for
> simple searches, too much source code and processing is hidden in a server.

You are confused.  FRICASsys is main FriCAS process, it runs when you
run FriCAS.  API pages are generated when you do 'make doc' or
'make localdoc', that is they are generated as part of build process,
and then used as fit, either put on a web site or accessed
locally.  Anyway, API pages are generated by FRICASsys, but intent
is to do this once.  HyperDoc generates pages on the fly allowing
more complex interaction.  At least now my intent is to support
only local use: current HyperDoc protocol allows triggering
arbitrary computations from a request.  Before allowing access
from the net it would have to be reworked quite a lot to limit
it only to allowed actions.

--
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/fricas-devel/aHptweuBk2Kzg5ga%40fricas.org.

Reply via email to