Apache-Session-Memorycached

 view release on metacpan or  search on metacpan

scripts/MemcachedSOAP.cgi  view on Meta::CPAN

#!/usr/bin/perl -w
# Filename: MemcachedSOAP.cgi
# MemcachedSOAPClass Web Service 
#  This program is a piece of lemonldap web sss framework  
# 
#  Modify the line with your memcached ip address
#  copy this file in cgi-bin directory AND changes right (x)  in order to run it
use MemcachedSOAPClass;

use SOAP::Transport::HTTP;
$machine = 'ip.ip.ip.ip:11211';
SOAP::Transport::HTTP::CGI
  ->dispatch_to('MemcachedSOAPClass')
  ->handle;

scripts/MemcachedSOAPClass.pm  view on Meta::CPAN

#!/usr/bin/perl
package MemcachedSOAPClass;
use Apache::Session::Memorycached;
#  This module comes with lemonldap frameworks project 
#use Data::Dumper;
use strict;

# IP adress and port of apache server  
our $machine;


#/////////////////////////////////////////////////////////////////////////////////////////////

sub status {



( run in 1.213 second using v1.01-cache-2.11-cpan-df04353d9ac )