Can I use Apache instead of Drools? Like as  a rules execution engine that
is able to accept the request, evaluate a set of ops defined rules and
execute various responses.

Mod_proxy and mod_proxybalancer does the load balancing.Is there anything
can be done where each instance can hve own functionality like   one
instance may
be tracking the IP, another instance may be tracking by GUID or Screenname,
and yet another may be tracking by some
Signature ? Should I follow the worker model where each process launches
threads and threads have the logic ?

Many thanks in advance.
-A

On Thu, Mar 24, 2011 at 11:38 PM, Simone Caruso <i...@simonecaruso.com>wrote:

>
>
>> We would like to use Apache as a routing layer that accepts both
>> structured documents (XML docs) also some other
>> predefined data blocks in addition to key/value paris via http and then
>> routes those transactions based on a key
>> available in the request such that the required keys and sub keys are all
>> routed to the same rules instance - this will
>> require the original request to be broadcast to multiple instances of the
>> rules engine ( for example, one instance may
>> be tracking the IP, another instance may be tracking by GUID or
>> Screenname, and yet another may be tracking by some
>> Signature.)
>>
>>
>>
> U can modify mod_proxy to act like a router
>
> --
> Simone Caruso
> IT Consultant
> +39 349 65 90 805
> p.iva: 03045250838
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>  "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to