vix.ing · top · new · best · stats · spec

Prolog Server Pages

2006/03/26 by Alin Suciu, Suciu, Alin, Kalman Pusztai +3
Computer Science · Engineering · #Distributed and Parallel Computing Systems #Embedded Systems Design Techniques #FOS: Computer and information sciences #Networking and Internet Architecture (cs.NI) #Programming Languages (cs.PL) #Robotics and Automated Systems #cs.NI #cs.PL

paper · pdf · doi:10.48550/arxiv.cs/0603101

arxiv created 2006/03/26 · openalex publication_date 2006/03/26 · arxiv updated 2009/12/01 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Prolog Server Pages (PSP) is a scripting language, based on Prolog, than can be embedded in HTML documents. To run PSP applications one needs a web server, a web browser and a PSP interpreter. The code is executed, by the interpreter, on the server-side (web server) and the output (together with the html code in witch the PSP code is embedded) is sent to the client-side (browser). The current implementation supports Apache Web Server. We implemented an Apache web server module that handles PSP files, and sends the result (an html document) to the client. PSP supports both GET and POST http requests. It also provides methods for working with http cookies.

Citations

Related