1 / 9

COST724 Server

COST724 Server. Inter Process Communication on different machines implemented in PHP. Description. Inter Process Communication (IPC) through TCP/IP client-server architecture Transferring of input and output files by using the File Transfer Protocol (FTP)

floria
Télécharger la présentation

COST724 Server

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. COST724 Server Inter Process Communication on different machines implemented in PHP...

  2. Description • Inter Process Communication (IPC) through TCP/IP client-server architecture • Transferring of input and output files by using the File Transfer Protocol (FTP) • Socket to socket communication between PHP scripts • Current implementation allows the execution of models located on the server machine through a WWW interface.

  3. Features • A WWW interface handles the generation of input and control data • Transfer of input and control data from the local server to the remote server running the models • Local storage on remote server • Execution of the model on the remote server • Transfer of output data and completion code from the remote server back to the local server • Postprocessing of output data on local server • Presentation of model run result files to the user

  4. Diagram 1. Access the www interface 2. Transfer file request 3. Ftp input file Running model 4. Run model request Show results 5. Ftp result files Postprocessing Client PC Remote Model Server Local HTTP Server

  5. Models • Currently implemented: • Geomagnetic cutoff calculations using Størmer's formula, based on routines used in SPENVIS (provided by D. Heynderickx) • Geomagnetic cutoff calculations using a Runge-Kutta procedure (provided by K. Kudela and M. Storini) • Under development: • Magnetocosmics (provided by L. Desorgher) • Ionospheric model (provided by J. Lilenstein)

  6. Interface screenshots

  7. Interface screenshots

  8. Model results: example

  9. Postprocessing results: example

More Related