Re: Function written in C, hangs on one machine and not another...
В списке pgsql-general по дате отправления:
| От | Douglas McNaught |
|---|---|
| Тема | Re: Function written in C, hangs on one machine and not another... |
| Дата | |
| Msg-id | m2wtjxiu3p.fsf@Douglas-McNaughts-Powerbook.local обсуждение исходный текст |
| Ответ на | Re: Function written in C, hangs on one machine and not another... (CG <cgg007@yahoo.com>) |
| Ответы |
Re: Function written in C, hangs on one machine and not another...
|
| Список | pgsql-general |
CG <cgg007@yahoo.com> writes: > Does this give you any more insight into an alternate method of getting this > thing done? I would fork(), set up file descriptors appropriately, then have the child call the Adobe library and the parent feed the data to it. Once the document is loaded in the child, do whatever processing you need to, then pass the results back to the parent via stdout or a temporary file. Ugly, but probably the most robust way to do it. Make sure you don't call any PG-internal functions in the child process, as that will confuse things badly. -Doug
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера