Re: Spaawn another process

Поиск
Список
Период
Сортировка
От Papp Gyozo
Тема Re: Spaawn another process
Дата
Msg-id E189iLM-0004Na-00@relay.freestart.hu
обсуждение исходный текст
Ответ на Re: Spaawn another process  ("YC Nyon" <ycnyon@pd.jaring.my>)
Список pgsql-php
2002. november 6. 07:09 dátummal YC Nyon ezt írta:
| In my PHP page, I need to run a external program to insert map data
| into Postgresql. However, the process is very slow (can be 10 mins).
| How do I return a webpage telling the user that the process is
| running and permits the user to browse the other parts of the web
| application.
|
| My idea is to run the "exec();" after the </html> tag. Would that be
| the way?

I think it's a wrong idea, there is a more sophisticated way to achive
this. For more information see register_shutdown_function() in the PHP
manual. (http://php.net/register_shutdown_function)
|
| TIA
| Nyon
|
|
| ---------------------------(end of
| broadcast)--------------------------- TIP 4: Don't 'kill -9' the
| postmaster

--
Papp, Győző
- pgerzson@freestart.hu

В списке pgsql-php по дате отправления:

Предыдущее
От: "YC Nyon"
Дата:
Сообщение: Can't seem to get Psql and Exec to work together
Следующее
От: Andrew McMillan
Дата:
Сообщение: Re: Spaawn another process