[jQuery] Re: Repeated ajax calls (jheartbeat) but not always (depending on a CURL response)

2008-11-29 Thread Spike1
Totally changed the approach server side, so no more need to make what described. On 28 Nov, 10:29, Spike1 <[EMAIL PROTECTED]> wrote: > Sorry for the obscure subject, but english is not my language. > > Well, situation: > > server side language: php > > In a page

[jQuery] Repeated ajax calls (jheartbeat) but not always (depending on a CURL response)

2008-11-28 Thread Spike1
Sorry for the obscure subject, but english is not my language. Well, situation: server side language: php In a page, i need to call an url (on another server) that start a process (creates a jar file assembling many other files). This call will be done via curl (it has been already written).