Op donderdag 08 september 2005 20:07, schreef Daniel Henninger:
> Hi folk,
>
> One of my tasks pre-next release is to revamp the documentation I
> have available.  What I'm after here is something of a generic "focus
> on the content" scenario that can then be turned into other formats,
> such as PDF and a web layout.  What I'm currently looking at is LaTeX
> but I wanted to appeal to you all for suggestions.  Is this probably
> my best bet or are there other interesting free alternatives out
> there that I ought to take a look at?  I'm asking now before I delve
> into this and am "in the thick" of LaTeX so to speak.

A good multi-lingual guide: http://www.ctan.org/tex-archive/info/lshort/ (I 
also know two other good guides in Dutch ;-) )

<snip>
> The only other
> app I've ever heard of that sounded like "competition" for LaTeX was
> docbook(?).  A friend from Red Hat indicated that that's a format
> they used.  Of course I think they're moving away from it....

Yes, docbook is also usable I heard, though I also have no experience with it.

-- 
Mvg, Sander Devrieze.
xmpp:[EMAIL PROTECTED]

ejabberd, the expandable Jabber daemon. --
http://ejabberd.jabber.ru/
From [EMAIL PROTECTED]  Thu Sep  8 20:08:10 2005
From: [EMAIL PROTECTED] (James Bunton)
Date: Thu Sep  8 20:08:04 2005
Subject: [py-transports] PyMSNT multiple instances?
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

The transport is capable of handling that many sessions. It will use a 
lot of resources though.
Running two copies on the same machine won't reduce the amount of 
resources it uses up.

To run two copies on the same machine, just copy the config.xml file to 
say config2.xml, change the JID, then run the transports like this.
./PyMSNt
./PyMSNt config2.xml

That is all you need to do with PyMSNt. Your Jabber server will need to 
be set up to accept connections from both JIDs of course.

---

James


On 09/09/2005, at 2:22 AM, Carlos Guzman wrote:

> Hi Ben
> ?
> Well, what im doing is a bridge from sms to jabber to MSN, Yahoo, etc. 
> so, i have al sms clients conected to a sofware i wrote to connec to 
> jabber, maintain seesion, send recieve, etc. between then and to the 
> trnasports. As you see, the clients dont have a client software 
> really. Of all the conected clients now (over 700 houndred, i have 
> more than 3000 registerd) about 350 (right now) are using?the MSN 
> transport, but this number will continue to grow. I already have one 
> solution?(connecting to transports on other computers, but this is an 
> expensive solution),?and the server im using now is not having 
> problems handling the load (25 to 30 percent of proccesor, 30% 
> memory). So the best solution (i think) would be to paralelize the 
> transport by running more than one instance of PyMSNt, but when i try 
> to do so the second instance just dies telling me there is already one 
> transport running, i dont want to modificate PyMSNt only for my needs 
> in order to be able to upgrade later.
> ?
> So my first question is if the transport will take a high load (2000) 
> concurrent?users?, if so i need not to worry about it.
> Or in case it does not,?is there?a way to run more than one instance 
> of pymsnt on the same machine with little or no modifications to the 
> code?
> ?
> thanks
> ?
> ?
> Carlos Guzman
> ANDESTEL
> Telf: 591-2-2443113
> Fax: 591-2-2443239
>> -----Mensaje original-----
>> De: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] En nombre de Ben Ye
>> Enviado el: Thursday, September 08, 2005 11:22 AM
>> Para: PyAIM-t/PyICQ-t/PyMSN-t Discussion
>> Asunto: Re: [py-transports] PyMSNT multiple instances?
>>
>> Hi Carlos,
>>
>> I am interested in your question too.
>>
>> You mentioned your server has "300 simultaneous users". Since each of 
>> them has their own MSN account, why don't they simply use a 
>> multi-protocol client like GAIM to connect to MSN server directly? 
>> Why do they have to use the MSN transport at all?
>>
>> Ben
>>
>> On 9/8/05, James Bunton <[EMAIL PROTECTED]> wrote: PyMSNt should 
>> handle about that many users.
>>>
>>> SAPO has that many people using it concurrently at times. You'll 
>>> need a
>>> fairly beefy server though :)
>>>
>>> ---
>>>
>>> James
>>>
>>>
>>>
>>> On 06/09/2005, at 12:06 AM, Carlos Guzman wrote:
>>>
>>> > Hello
>>> >
>>> > Im running PyMNSt V.0.9.5 with ejabberd, i have a lot of users 
>>> whit low
>>> > traffic each, all of them connecto to the transport with their msn
>>> > accounts, im expecting an increse in the number of simoultaneous 
>>> users
>>> > form 300 aprx, (Wich i have now) to more tan 2000, from what iv 
>>> read,
>>> > ejjaberd will have no problem handling these numbers, but, will
>>> > PyMSNt?,
>>> > iv serched internet but found no info on PyMSNt limits.
>>> >
>>> > Im thinking in order to aliviate the work of the transport i could 
>>> use
>>> > more than one instance in the same computer, is it posible?, if so,
>>> > how?
>>> >
>>> > Thanks
>>> >
>>> > Carlos Guzman
>>> >
>>> > _______________________________________________
>>> > py-transports mailing list
>>> > [email protected]
>>> > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>> >
>>>
>>> _______________________________________________
>>> py-transports mailing list
>>> [email protected]
>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to