shabiel / M-Web-Server

A YottaDB and Caché compatible HTTP server
Apache License 2.0
24 stars 19 forks source link

%GO routine no longer works on Cache after running WWWINIT #3

Closed shabiel closed 5 years ago

shabiel commented 9 years ago

I noticed that after running WWWINIT in my Cache environment, the %GO routine no longer works. This is because WWINIT maps the %W* routines away from %SYS, which masks several built-in Cache routines: %WebStress.Recorder %Wgdisp %Wmdc %Wpglo %Wprim %Wprima At least one of these is used by %GO.

shabiel commented 5 years ago

Finally fixed in 1.0 rewrite.