ask
You can create an intranet-style distributed in web2py p2p?

Each client node is connected to the primary node and stores your content:
reference bone contents (not the full content)

client nodes are connected to the main content to search and locate the
reference of closest nodes which serve them.

"Physically closest nodes, could make a copy (cache) of the busiest nodes,
thus the network would be more fluid

benefits:
 - Web2py anyone with internet and could have a site and distribute their
content.
 - An advertising system Distributed nodes function as cache, will share $ $
advertising

problem: possibly the nodes (computers web2py) are behind a router, NAT or
firewall and have no public ip (just can not be seen from outside).

possible solution
google app engine mounted on an application with web2py function as the
primary node and this officer as a tunnel to the nodes are not visible (or
all)

I had the inspiration to read the following article:
http://sentidoweb.com/2009/12/17/w2w-la-web-vista-desde-el-p2p.php

My general idea may be difficult to explain, besides I write in Spanish and
translate with google.

do not understand I can make an illustration
------
Pregunto:
Es posible crear un intranet distribuida estilo p2p en web2py?

Cada nodo cliente se conecta al nodo principal y registra su contenido: osea
referencia de contenido (no los contenido completos)

los nodos cliente se conectan al principal para hacer busqueda de contenido
y ubicar la referencia de cuales nodos mas cercanos los sirven.

-los nodos mas cercanos físicamente, podrían hacer un copia (cache) de los
nodos mas concurridos, de esta forma al red seria mas fluida

beneficios:
 - cualquiera con internet y web2py podria tener un sitio y distribuir su
contenido.
 - un sistema de publicidad distribuida: los nodos que funcionen como cache,
tendrán una cuota $$ publicitaria

problema: posiblemente los nodos clientes (equipos con web2py) esten detrás
de un router, NAT o firewall y no tengan ip publicas (simplemente no puedan
ser vista desde afuera).

posible solución:
montar en google app engine una aplicacion con web2py que funcione como nodo
principal y este funcionaria como tunel para los nodos clientes no visibles
(o todos)

la inspiración la tuve al leer el siguiente articulo:
http://sentidoweb.com/2009/12/17/w2w-la-web-vista-desde-el-p2p.php

mi idea general, puede ser complicada de explicar, ademas que escribo en
español y la traduzco con google.

si no entiende puedo hacer una ilustración

------------



2010/7/13 mdipierro <mdipie...@cs.depaul.edu>

> This can be done. I am very much interested in having this done. My
> idea is building a distributed news delivery network. Anybody can run
> and advertise a news web site. Every local installation would have
> local ads and the right to post news and vote for news. But news are
> not stored locally (only a copy) so the news network cannot be shut
> down.
>
> Massimo
>
> On 12 Lug, 22:43, xenfasa <zecr...@gmail.com> wrote:
> > Can web2py be used as a node in a P2P app or store data in a DHT?
> >
> > For example, a user wishing to run a web2py P2P app node would install
> > web2py then the application file(s).  Access the application through a
> > web interface but then in the backend, instead of storing data just
> > locally, have the P2P back-end application share and manage data in
> > the form of encrypted Distributed Hash Table  (DHT) amoung other
> > web2py nodes?
> >
> > For example something like Khashmir (http://khashmir.sourceforge.net/)
> >  be integrated with web2py?
> > if so how?
> >
> > thanks,
> > xen
>



-- 
Díaz Luis
TSU Analisis de Sistemas
Universidad de Carabobo

Reply via email to