Re: EMI2 fix for multi recipients

2001-11-13 Thread Uoti Urpala
Jacob Vennervald Madsen wrote: > When I use AT or CIMD2 as smsc and sepcify multiple recipients separated > by '+' in the http url, everything works just fine. This "multi-send" feature is broken and should not be used. It doesn't work correctly with any of the options that depend on or affect

Re: A problem with the HTTP SMSC

2001-12-20 Thread Uoti Urpala
Tuomas Luttinen wrote: >>> What limits the number of servers to 32? So is the an easy way to >>> increase it? >> I would guess thats a limit of your operating system (check out ulimit). > > > Actually, that 32 is defined in the code: (http.c, line 1530) > > > enum { MAX_SERVERS = 32 }; Th

Mutex failure

2002-02-08 Thread Uoti Urpala
Andreas Fink wrote: >> Has anyone yet resolved the problem we get in >> gwlib/thread.c:mutex_unlock_real(), Andreas maybe?! > > I wish I would. it still bytes me. Does changing the order of the unlock_in() and unlock_out() statements at the end of conn_register() in conn.c help? It fixes at l

Re: smsbox and mutex detailed analysis

2002-02-19 Thread Uoti Urpala
Benjamin Lee wrote: > 2002-02-18 05:15:28 [3] PANIC: gwlib/conn.c:174: unlock_out_real: Mutex unlock >failed. (Called from gwlib/conn.c:793:conn_register.) This is probably the bug I mentioned a couple of weeks ago. As I said before, it can be fixed by changing the order of the unlock statem

Re: Mutex failure

2002-02-21 Thread Uoti Urpala
Richard Braakman wrote: > Hmm... if conn_destroy is being called in a context where it is still > possible that some other process has a lock on the connection, then > something is wrong. conn_destroy should only be called on connections > that are definitely not in use anymore. The connectio

Re: Problem with blocking connect().

2002-10-21 Thread Uoti Urpala
Vjacheslav Chekushin wrote: I have problem with kannel 1.2.0. In production enviroment I forced to use kannel 0.12.3. If I use 1.2.0 under heavy load (realy not so 'heavy', it's about 1-2 request per second) then kannel periodically hangs up for some time. After some investigation it seems I find