./wip/xspdapp, Sample C programs for xspd

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.3.1, Package name: xspdapp-6.3.1, Maintainer: kcf

The eXtended Server Pages project is a very fast application server based on
C-code. The programming environment supports application programs of the
following kinds:

* C-programs (well tested, running at production conditions since May
2003)
* shell scripts (well tested)
* C++-programs (using the supported C-library, tested)
* Java-programs (well tested, using the supported C-library via JNI)

All different kind of application programs may be mixed within the same session
context. Java programs may use different Java runtime environments or versions
and can be mixed within the same session context.

The XSPD is not another Java based application server. The main advantages of
the XSPD are:

* Small and fast core program code (C based).
* High performance with typical more than 1000 session requests per
second (less than 1 msec per request) and throughput with up to 4
MByte/sec per request.
* Usage of fast C/C++ based application programs with the same
programming techniques like JSP servlet programming.
* Support of session context for shell based scripts also.


Required to build:
[pkgtools/cwrappers]

Package options: netbsd, semctlunion

Master sites:

RMD160: c1acb9e5abb8d1d94b11dc73f9036d614df9bfd2
Filesize: 865.542 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 22:11:06 by Aleksej Saushev | Files touched by this commit (137)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2006-12-05 20:56:19 by Greg Troxel | Files touched by this commit (2)
Log message:
change ../../www/xspd to ../../wip/xspd in several places, because
lintpkgsrc was choking on these broken references.
   2006-11-29 06:25:14 by Kenneth Freidank | Files touched by this commit (1)
Log message:
Using buildlink3.mk.  Changed wip back to www so I can build.  Does this have
to be wip?
   2006-11-25 13:17:51 by Sergey Svishchev | Files touched by this commit (5)
Log message:
Low-hanging fruit: whitespace, HTTP redirects, USE_LANGUAGES

   2006-11-19 12:47:42 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix path to xspd.

   2006-11-17 06:36:03 by Kenneth Freidank | Files touched by this commit (5) | Imported package
Log message:
Working..