Hi,

[email protected] wrote:
Hi folks,

I started the development of a the 2.0 branche (from scratch).
cool. Are you going to add a native thrift or json-rpc v2 interface? I always thought that the JS inlinepush interface is not really the best, performance-wise.

You can follow the project right here :
https://github.com/paraboul/APE-Server-v2

I hope some of you guys will follow the progress of the development and
send me some feedbacks ;)

BTW, Im still looking for a packager (configure script writer, Makefile
writer, and so forth=
here you have a start for automake build, place the three files in core/ and run ./bootstrap. Of course this should be made properly with subdirectories, libraries etc.

btw I couldn't build jsapi module because of missing jsapi dependency.

why are you not dlopening the modules? this way it could be decided at run time which ones to include.

Stefan


Thanks

Anthony Catel


## Makefile.am -- Process this file with automake to produce Makefile.in
bin_PROGRAMS = aped
aped_SOURCES = ape_string.c channels.c entry.c event_epoll.c events.c 
events_loop.c http_parser.c \
               server.c users.c buffer.c dns.c event_devpoll.c event_kqueue.c 
event_select.c  hash.c \
               JSON_parser.c socket.c \
               ../modules/ape_modules.c ../modules/ape_inotify.c 
../modules/ape_jsapi.c 

#aped_LDADD = libcares.la

AM_CPPFLAGS = $(DEPS_CFLAGS) -I$(top_builddir)/../../deps/
aped_LDFLAGS=-L$(top_builddir)/../../deps/c-ares/.libs/ -lcares
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)

AC_INIT([aped], [2.0], [[email protected]])

AM_INIT_AUTOMAKE([1.9 foreign])

AM_MAINTAINER_MODE

AC_PROG_CC

AC_CONFIG_FILES([Makefile])
AC_OUTPUT
#!/bin/sh
autoreconf -f -i -Wall,no-obsolete && \
./configure && 
make

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to